Skip to content

Commit

Permalink
workflow support dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Weaxs committed Nov 28, 2023
1 parent fe2d49a commit 59985ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ "main" ]
branches: [ "main", "dev" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
branches: [ "main", "dev" ]
schedule:
- cron: '15 22 * * 4'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
pull_request:
push:
branches: ["main"]
branches: ["main", "dev"]
tags:
- '*'
jobs:
Expand Down

0 comments on commit 59985ba

Please sign in to comment.