Skip to content

Commit

Permalink
Merge pull request #720 from dindinw/dev/2.0
Browse files Browse the repository at this point in the history
workflow: fix the auto test and code-check for dev/2.0 branch
  • Loading branch information
dindinw committed Jun 12, 2024
2 parents 0a09510 + 2e27c89 commit 0fed567
Show file tree
Hide file tree
Showing 2 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 @@ -7,10 +7,10 @@ name: "CodeQL"

on:
push:
branches: [main,dev/1.2]
branches: [main,dev/2.0]
pull_request:
# The branches below must be a subset of the branches above
branches: [main,dev/1.2]
branches: [main,dev/2.0]
schedule:
- cron: '0 19 * * 2'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: GoTest

on:
push:
branches: [ main,dev/1.2 ]
branches: [ main,dev/2.0 ]
pull_request:
branches: [ main,dev/1.2 ]
branches: [ main,dev/2.0 ]

workflow_dispatch:

Expand Down

0 comments on commit 0fed567

Please sign in to comment.