Skip to content

Commit

Permalink
ci: changes trigger for acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomatavelli committed Mar 15, 2024
1 parent 2852f14 commit 830c7bd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,17 @@

name: Acceptance Test

on: [push, pull_request]
on:
pull_request:
paths:
- .github/workflows/acceptance.yml
- '*.go'
push:
branches-ignore:
- main
paths:
- .github/workflows/acceptance.yml
- '*.go'

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

0 comments on commit 830c7bd

Please sign in to comment.