Skip to content

Commit

Permalink
Merge pull request #9 from tarosky/issue/8
Browse files Browse the repository at this point in the history
Switch from main to master
Close #8.
  • Loading branch information
harai authored Jan 13, 2021
2 parents 3e68a4b + 139c7b1 commit 713e245
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:
- main
- master
push:
branches:
- main
- master
- issue/*

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

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

0 comments on commit 713e245

Please sign in to comment.