Skip to content

Commit 4ba6f72

Browse files
ci: fix trigger paths
1 parent 061812f commit 4ba6f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/acceptance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ on:
2121
pull_request:
2222
paths:
2323
- .github/workflows/acceptance.yml
24-
- '*.go'
24+
- '**.go'
2525
push:
2626
paths:
2727
- .github/workflows/acceptance.yml
28-
- '*.go'
28+
- '**.go'
2929

3030
concurrency:
3131
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-acceptance

0 commit comments

Comments
 (0)