Skip to content

Commit

Permalink
Run CI on PRs that don't target main (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanck authored Sep 12, 2023
1 parent 5ccfde6 commit 18dee27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: build-pr

on:
pull_request:
branches:
- main

env:
GOPROXY: https://proxy.golang.org/
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: test

on:
pull_request:
branches:
- main
push:
branches:
- main
Expand Down

0 comments on commit 18dee27

Please sign in to comment.