We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa168dd commit 7ccb948Copy full SHA for 7ccb948
1 file changed
.github/workflows/test-action.yml
@@ -1,5 +1,21 @@
1
name: Test action
2
-on: push
+on:
3
+ push:
4
+ branches: "main"
5
+ paths-ignore:
6
+ - LICENSE
7
+ - README.md
8
+ - .github/**
9
+ - "!.github/workflows/test-action.yml"
10
+ pull_request:
11
12
13
14
15
16
+concurrency:
17
+ group: ${{ github.workflow }}-${{ github.ref }}
18
+ cancel-in-progress: true
19
jobs:
20
no-inputs:
21
runs-on: ubuntu-latest
0 commit comments