Skip to content

Commit

Permalink
fix(workflow): Push to main branch
Browse files Browse the repository at this point in the history
And rename master to main branch
  • Loading branch information
fb55 committed Jul 24, 2024
1 parent c0c633e commit e3cc34a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "CodeQL"

on:
push:
branches: [master]
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
branches: [main]
schedule:
- cron: "0 0 * * 0"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- master
- main

env:
FORCE_COLOR: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
npm version --allow-same-version from-git
git push --follow-tags
git push --follow-tags origin HEAD:main
- name: Create jsr.json based on package.json
run: |
Expand Down

0 comments on commit e3cc34a

Please sign in to comment.