Skip to content

Commit

Permalink
ci: fix branch name to a valid branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Feb 6, 2024
1 parent d185157 commit b8c9922
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pull Request

on:
pull_request:
branches: ["preview/candidate"]
branches: ["preview"]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-to-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
# Run the workflow each time new commits are pushed to the candidate branch.
push:
branches: ["preview/candidate"]
branches: ["preview"]
workflow_dispatch:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-version-with-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: 🔄 Sync version with upstream
uses: snapcrafters/ci/sync-version@main
with:
branch: preview/candidate
branch: preview
token: ${{ secrets.SNAPCRAFTERS_BOT_COMMIT }}
update-script: |
VERSION=$(curl -s https://www.gimp.org/downloads/devel/ | grep -Po "The current development release of GIMP is <b>\K[^<]+")
Expand Down

0 comments on commit b8c9922

Please sign in to comment.