Skip to content

Commit

Permalink
Updated to main
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronYoung5 committed Oct 6, 2024
1 parent a2513dd commit 628d2a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ name: deploy
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Parse cmd arguments

SRC_BRANCH="master"
SRC_BRANCH="main"
DEPLOY_BRANCH="gh-pages"

USAGE_MSG="usage: deploy [-h|--help] [-u|--user] [-s|--src SRC_BRANCH] [-d|--deploy DEPLOY_BRANCH] [--verbose] [--no-push]"
Expand Down

0 comments on commit 628d2a8

Please sign in to comment.