Skip to content

Commit

Permalink
Merge pull request #4 from tarosky/issue/3
Browse files Browse the repository at this point in the history
Switch from master to main
Close #3.
  • Loading branch information
harai authored Jan 8, 2021
2 parents 9d20ace + 51a9373 commit a81173b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main
- issue/*

jobs:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:

release:
needs: build
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-20.04
env:
BUCKET_NAME: gutenberg-modrepo-modulerepobucket-99uoevgdqlvw
Expand Down

0 comments on commit a81173b

Please sign in to comment.