Skip to content

Commit 7ccb948

Browse files
authored
better filter on test action
1 parent fa168dd commit 7ccb948

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

.github/workflows/test-action.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
name: Test action
2-
on: push
2+
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+
paths-ignore:
12+
- LICENSE
13+
- README.md
14+
- .github/**
15+
- "!.github/workflows/test-action.yml"
16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.ref }}
18+
cancel-in-progress: true
319
jobs:
420
no-inputs:
521
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)