Skip to content

Commit

Permalink
Change branch to dev-release
Browse files Browse the repository at this point in the history
  • Loading branch information
lucashenkes committed Sep 17, 2024
1 parent 717b1d4 commit d62bf25
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build types
on:
push:
branches:
- dev
- dev-release
paths:
- '.github/workflows/build-types.yml'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/comment-build-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
const { data: { workflow_runs: [workflowRun] } } = await github.rest.actions.listWorkflowRuns({
owner: context.repo.owner,
repo: context.repo.repo,
branch: 'dev', // TODO: Get the PR target branch to support branches other than dev
branch: 'dev-release', // TODO: Get the PR target branch to support branches other than dev
workflow_id: 'build-types.yml',
event: 'push',
status: 'success',
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project-creation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
types: [opened, synchronize]
branches:
- 'dev'
- 'dev-release'
paths:
- '.github/workflows/project-creation-tests.yml'
- 'create-quasar/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
types: [opened, synchronize]
branches:
- 'dev'
- 'dev-release'
paths:
- '.github/workflows/tests-on-pr.yml'
- 'ui/**/*.js'
Expand Down

0 comments on commit d62bf25

Please sign in to comment.