Skip to content

Commit

Permalink
update ci to follow new default branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Jan 21, 2022
1 parent f7ecec3 commit a77289c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:

push:
branches:
- master
- main
- 'v*' # prior release branches (e.g. `v0.30.x` branch)
tags:
- 'v*'
pull_request:
branches: [master]
branches: [main]

jobs:
preflight:
Expand Down

0 comments on commit a77289c

Please sign in to comment.