Skip to content

Commit

Permalink
Run only on release for now
Browse files Browse the repository at this point in the history
  • Loading branch information
karencfv committed Mar 4, 2024
1 parent 8fb87a3 commit 6e95c55
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
name: acceptance
on:
push:
branches:
- main
- '[0-9].[0-9]+'
paths:
- "**.go"
- .github/workflows/acceptance.yml
- "go.mod"
- "go.sum"
pull_request:
branches:
- main
- '[0-9].[0-9]+'
release:
types: [published, unpublished, edited]
jobs:
acceptance:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6e95c55

Please sign in to comment.