Skip to content

Commit 37ebe49

Browse files
ci: runs acc test on every change (#127)
1 parent b16c94f commit 37ebe49

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/acceptance.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,7 @@ name: Acceptance Test
1919

2020
on:
2121
pull_request:
22-
paths:
23-
- .github/workflows/acceptance.yml
24-
- '**.go'
2522
push:
26-
paths:
27-
- .github/workflows/acceptance.yml
28-
- '**.go'
2923

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

0 commit comments

Comments
 (0)