Skip to content

Commit

Permalink
Merge pull request #6 from VicDeo/fix-flow
Browse files Browse the repository at this point in the history
Fix CI syntax
  • Loading branch information
VicDeo authored Jan 29, 2024
2 parents c775891 + 16ed444 commit c40c9a9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: "Run Tests"
on:
[push, pull_request, workflow_dispatch]:
on:
push:
paths-ignore:
- 'README.md'
pull_request:
paths-ignore:
- 'README.md'
workflow_dispatch:
paths-ignore:
- 'README.md'

Expand Down

0 comments on commit c40c9a9

Please sign in to comment.