Skip to content

Commit

Permalink
Fix CI syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
VicDeo committed Jan 29, 2024
1 parent c775891 commit 943614c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: "Run Tests"
on:
[push, pull_request, workflow_dispatch]:
paths-ignore:
- 'README.md'
on: [push, pull_request, workflow_dispatch]
paths-ignore:
- 'README.md'

jobs:
test:
Expand Down

0 comments on commit 943614c

Please sign in to comment.