Skip to content

Commit

Permalink
Add target branche to CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand committed Sep 4, 2022
1 parent daeb9b9 commit e883086
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build & Test
# Controls when the workflow will run
on:
pull_request:
branches: [ main ]
branches: [ main, v3-dev ]
push:
branches: [ main ]
branches: [ main, v3-dev ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: "Code Scanning"

on:
on:
pull_request:
branches: [ main ]
branches: [ main, v3-dev ]
push:
branches: [main]
branches: [ main, v3-dev ]
schedule:
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
Expand Down

0 comments on commit e883086

Please sign in to comment.