Skip to content

Commit

Permalink
chore(GHA): update references to default branch 'dev' that has been r…
Browse files Browse the repository at this point in the history
…enamed 'develop'
  • Loading branch information
educhastenier committed Sep 19, 2024
1 parent 7106864 commit 090b0be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ name: "CodeQL"

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow-update-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
./mvnw -B -ntp clean verify
- name: Open Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
id: create-pr
with:
branch: feat/update-bonita-openapi-spec
base: dev
base: develop
commit-message: "feat(openapi): update version"
title: "feat(openapi): update version"
body: |
Expand Down

0 comments on commit 090b0be

Please sign in to comment.