Skip to content

Commit

Permalink
[test] Fix skipping GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik committed Aug 13, 2024
1 parent cba3252 commit 6fba237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: tests
on:
push:
paths-ignore: **.md
paths-ignore:
- **.md
jobs:
c-cl-error:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 6fba237

Please sign in to comment.