Skip to content

Commit

Permalink
Merge pull request #2 from hyrodium/fix/master_main
Browse files Browse the repository at this point in the history
Replace `master` with `main` in `ci.yml`
  • Loading branch information
hyrodium authored Sep 20, 2022
2 parents 1bb5466 + 4dcaf2e commit fe97464
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
@@ -1,7 +1,7 @@
name: CI
on:
push:
branches: [master]
branches: [main]
tags: [v*]
pull_request:
schedule:
Expand Down

0 comments on commit fe97464

Please sign in to comment.