Skip to content

Commit

Permalink
fix(workflows): wf
Browse files Browse the repository at this point in the history
wf
  • Loading branch information
snomiao committed Feb 23, 2023
1 parent 85ac58b commit c5e6088
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: [main, master]
branches: [main, next]
name: build - wip
jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/choco-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
tags:
- "v*"
#
name: chocolatey publish
jobs:
chocolatey-push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

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

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-pages-release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# @depreacted use semantic-release
on:
push:
tags:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# @deprecated use semantic-release
name: npm-publish
on:
push:
Expand Down

0 comments on commit c5e6088

Please sign in to comment.