We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb85b2a commit ae627f0Copy full SHA for ae627f0
1 file changed
.github/workflows/test.yml
@@ -1,5 +1,8 @@
1
name: Test this action
2
-on: [push]
+on:
3
+ push:
4
+ paths-ignore:
5
+ - README.md
6
jobs:
7
test:
8
strategy:
0 commit comments