Skip to content

Commit 3bf94b7

Browse files
ci: changes trigger for acceptance test
1 parent 1e1e211 commit 3bf94b7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/acceptance.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,17 @@
1717

1818
name: Acceptance Test
1919

20-
on: [push, pull_request]
20+
on:
21+
pull_request:
22+
paths:
23+
- .github/workflows/acceptance.yml
24+
- '*.go'
25+
push:
26+
branches-ignore:
27+
- main
28+
paths:
29+
- .github/workflows/acceptance.yml
30+
- '*.go'
2131

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

0 commit comments

Comments
 (0)