Prevent CI from running publish-release for non-code changes

This commit is contained in:
peelz
2023-05-27 15:29:15 -04:00
parent a36157e40f
commit 6348ddae63
3 changed files with 20 additions and 10 deletions
+3 -5
View File
@@ -5,13 +5,11 @@ name: On push to master branch
on:
push:
branches: [master]
paths-ignore:
- ".github/**"
- "*.md"
jobs:
harden-ci-security:
uses: ./.github/workflows/harden-ci-security.yml
with:
ref: ${{ github.event.ref }}
run-tests:
uses: ./.github/workflows/run-tests.yml
with: