Skip to content

Commit 24af8bd

Browse files
authored
fixes (#57)
1 parent 5c352b6 commit 24af8bd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ name: Build Release
22

33
on:
44
workflow_dispatch:
5-
create:
5+
push:
6+
branches:
7+
- 'releases/**'
68

79
jobs:
810
build:
911
runs-on: macos-latest
10-
if: ${{ (github.event.ref_type == 'branch') && startsWith(github.ref, 'refs/heads/release/') }}
1112
steps:
1213
- name: Checkout
1314
uses: actions/checkout@v4

.github/workflows/create_release_branch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ jobs:
4242
git push origin $BRANCH
4343
env:
4444
BRANCH: release/${{ steps.latest_firebase_release.outputs.latest_firebase_release }}
45+
GITHUB_TOKEN: ${{ secrets.AFRESHY_PAT }}

0 commit comments

Comments
 (0)