Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Oct 11, 2024
1 parent aa50754 commit 39d8b4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ name: BAML Release

on:
workflow_dispatch: {}
push:
branches: [sam/alpine-builds]
# need to run this periodically on the default branch to populate the build cache
schedule:
# daily at 2am PST
- cron: 0 10 * * *
push:
branches: [sam/alpine-builds]
tags:
- "test-release/*.*"
- "*.*"
Expand Down

0 comments on commit 39d8b4c

Please sign in to comment.