Skip to content

Commit

Permalink
Merge pull request #9788 from hugovk/test-main
Browse files Browse the repository at this point in the history
Run CI on main not master
  • Loading branch information
pradyunsg committed Apr 7, 2021
2 parents 88464be + ec59cc0 commit 0f537c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [master]
branches: [main]
tags:
# Tags for all potential release numbers till 2030.
- "2[0-9].[0-3]" # 20.0 -> 29.3
Expand Down

0 comments on commit 0f537c8

Please sign in to comment.