Skip to content

Commit

Permalink
Run CI on main not master
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 7, 2021
1 parent 88464be commit ec59cc0
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 ec59cc0

Please sign in to comment.