Skip to content

Commit

Permalink
ci: adapt actions to new branches
Browse files Browse the repository at this point in the history
  • Loading branch information
davdarras committed Jun 8, 2023
1 parent 3af3baa commit 568c9be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build release candidate
on:
push:
branches:
- v2-develop
- develop

jobs:
check-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build release candidate
on:
push:
branches:
- v2-main
- main

jobs:
check-version:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "public-enemy",
"version": "2.0.3",
"version": "2.0.4",
"description": "Check and test questionnaire models",
"repository": {
"type": "git",
Expand Down

0 comments on commit 568c9be

Please sign in to comment.