Skip to content

Commit

Permalink
Make sure pipeline runs for all PRs (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
dixonwille authored Mar 25, 2023
1 parent 70a9763 commit 8946961
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pullRequests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- v2
pull_request:
types:
- opened
branches:
- v2

Expand All @@ -15,7 +13,7 @@ permissions:
pull-requests: read

env:
GO_VERSION: 1.20
GO_VERSION: stable

jobs:
build:
Expand Down

0 comments on commit 8946961

Please sign in to comment.