We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ed055 commit 12ac460Copy full SHA for 12ac460
1 file changed
.github/workflows/ci.yml
@@ -3,6 +3,9 @@ on:
3
workflow_dispatch:
4
push:
5
branches: ['main']
6
+ paths-ignore:
7
+ - 'docs/**'
8
+ - 'README.md'
9
pull_request:
10
concurrency:
11
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments