Skip to content

Commit

Permalink
Update GitHub Actions workflow to use main branch
Browse files Browse the repository at this point in the history
We renamed our `master` branch to `main` but our GitHub Actions workflow
still references `master`.
  • Loading branch information
parndt committed Apr 23, 2023
1 parent aee49a6 commit f996a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand Down

0 comments on commit f996a58

Please sign in to comment.