Skip to content

Commit

Permalink
chore(github): rename main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed May 28, 2023
1 parent b485565 commit 6bb8b04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
pull_request:
push:
branches:
- master
- main
- dev
- refactor

jobs:
all:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defaults:
on:
push:
branches:
- master
- main
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ defaults:
on:
pull_request:
branches:
- master
- main
- dev
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on

Expand Down

0 comments on commit 6bb8b04

Please sign in to comment.