Skip to content

Commit

Permalink
ci: update workflow config (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
wang1212 authored Jan 23, 2025
1 parent 2333ba3 commit 81bdf2f
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: 'CodeQL'

on:
push:
branches: ['next']
branches: ['master']
pull_request:
branches: ['next']
branches: ['master']
schedule:
- cron: '35 10 * * 0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- next
- master

jobs:
deploy-site:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 🚀 Auto Release
on:
push:
branches:
- next
- master

jobs:
release:
Expand Down

0 comments on commit 81bdf2f

Please sign in to comment.