We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2168780 commit 887021cCopy full SHA for 887021c
.github/workflows/master_verification_test.yml
@@ -2,6 +2,8 @@ name: "Master verification Tests"
2
on:
3
push:
4
branches: [ master ]
5
+ paths-ignore:
6
+ - '**/README.md'
7
jobs:
8
master_CI:
9
runs-on: ubuntu-latest
0 commit comments