Skip to content

Commit

Permalink
Try to get build to work for bellissima branch too
Browse files Browse the repository at this point in the history
  • Loading branch information
nul800sebastiaan committed May 8, 2024
1 parent c640f89 commit b27785f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ on:
push:
branches:
- main
- bellissima
pull_request:
branches:
- main
- main
- bellissima
jobs:
build:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Verify commit exists in origin/main
- name: Verify commit exists in origin/main or origin/bellissima
run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git branch --remote --contains | grep origin/main
git branch --remote --contains | grep 'origin/main|origin/bellissima'
- name: Set VERSION variable from tag
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
- name: Build
Expand Down

0 comments on commit b27785f

Please sign in to comment.