Skip to content

Commit

Permalink
Fix GitHub actions after renaming master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed Oct 11, 2021
1 parent 21d3c70 commit 96e413d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -2,7 +2,7 @@ name: main

on:
push:
branches: [master]
branches: [main]
tags:
pull_request:

Expand Down

0 comments on commit 96e413d

Please sign in to comment.