Skip to content

Commit

Permalink
Fixed GitHub action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfmnk committed Oct 25, 2024
1 parent bf4a8e9 commit 89eb28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
pull_request:
branches:
- main
- feature/workflowfix
paths-ignore:
- "**/*.md"
- ".github/**"
Expand All @@ -17,6 +16,7 @@ on:
push:
branches:
- main
- feature/workflowfix
paths-ignore:
- "README.md"
# We test at a regular interval to ensure we are alerted to something breaking due
Expand Down

0 comments on commit 89eb28a

Please sign in to comment.