Skip to content

Commit

Permalink
Rename branch v2-wip -> v2
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Apr 15, 2021
1 parent 59cddbc commit 2eff2d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: "CodeQL"

on:
push:
branches: [ master, v2-wip ]
branches: [ master, v2 ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: test
on:
push:
branches:
- v2-wip
- v2
pull_request:
branches:
- v2-wip
- v2

jobs:
build:
Expand Down

0 comments on commit 2eff2d0

Please sign in to comment.