Skip to content

Commit

Permalink
build: change action branches name
Browse files Browse the repository at this point in the history
  • Loading branch information
vn7n24fzkq committed Feb 25, 2024
1 parent b9aa5a9 commit 6480f19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish wiki

on:
push:
branches: [ master ]
branches: [ main ]
paths:
- wiki/**
- .github/workflows/publish-wiki.yml
Expand All @@ -22,3 +22,5 @@ jobs:
- uses: Andrew-Chen-Wang/github-wiki-action@v4
with:
token: ${{ secrets.REPO_WIKI_WRITE_TOKEN }}


2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches-ignore: [ release ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
tests:
Expand Down

0 comments on commit 6480f19

Please sign in to comment.