Skip to content

Commit

Permalink
ci: rename default branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Jun 23, 2020
1 parent a4a1d79 commit bc54f7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI Checks
on:
push:
branches-ignore:
- master
- main
pull_request:
branches:
- "*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy
on:
push:
branches:
- master
- main

env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit bc54f7f

Please sign in to comment.