Skip to content

Commit 634b435

Browse files
authored
feat(ci): Auto build snowfield
1 parent 2ca302b commit 634b435

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,11 @@ jobs:
152152
TAGS: ${{ steps.push.outputs.digest }}
153153
COSIGN_EXPERIMENTAL: false
154154
COSIGN_PRIVATE_KEY: ${{ secrets.SIGNING_SECRET }}
155+
156+
- name: Kickoff snowfield
157+
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
158+
uses: peter-evans/repository-dispatch@v4
159+
with:
160+
token: ${{ secrets.PAT }}
161+
repository: frostyard/snowfield
162+
event-type: build

0 commit comments

Comments
 (0)