Skip to content

Commit

Permalink
Update branch in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cxmeel committed Apr 28, 2022
1 parent de69c4c commit 3bd207a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Docs
on:
push:
branches:
- default
- main

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create GitHub Release
on:
workflow_dispatch:
branches:
- default
- main

jobs:
create-release:
Expand Down

0 comments on commit 3bd207a

Please sign in to comment.