We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c352b6 commit 24af8bdCopy full SHA for 24af8bd
.github/workflows/build.yml
@@ -2,12 +2,13 @@ name: Build Release
2
3
on:
4
workflow_dispatch:
5
- create:
+ push:
6
+ branches:
7
+ - 'releases/**'
8
9
jobs:
10
build:
11
runs-on: macos-latest
- if: ${{ (github.event.ref_type == 'branch') && startsWith(github.ref, 'refs/heads/release/') }}
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v4
.github/workflows/create_release_branch.yml
@@ -42,3 +42,4 @@ jobs:
42
git push origin $BRANCH
43
env:
44
BRANCH: release/${{ steps.latest_firebase_release.outputs.latest_firebase_release }}
45
+ GITHUB_TOKEN: ${{ secrets.AFRESHY_PAT }}
0 commit comments