Skip to content

Commit

Permalink
.github/pull-request.yml: watch "main" branch instead of master
Browse files Browse the repository at this point in the history
Will hopefully fix mysterious CI hangs.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb authored and cujomalainey committed Mar 30, 2021
1 parent 15bd472 commit d7c8ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ name: GitHub Actions
on:
push:
branches:
- 'master'
- 'main'
- 'stable-**'
- '**-stable'
pull_request:
branches:
- 'master'
- 'main'
- 'stable-**'
- '**-stable'

Expand Down

0 comments on commit d7c8ccc

Please sign in to comment.