Skip to content

Merge branch 'master' of https://github.com/Regalis11/Barotrauma into… #113

Merge branch 'master' of https://github.com/Regalis11/Barotrauma into…

Merge branch 'master' of https://github.com/Regalis11/Barotrauma into… #113

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: On changes to .github
on:
push:
paths-ignore:
- "./.github/**"
jobs:
harden-ci-security:
uses: ./.github/workflows/harden-ci-security.yml
with:
target: ${{ github.event.ref }}