Skip to content

Commit f8805e7

Browse files
soutaroclaude
andcommitted
TEMPORARY: run on push to this branch
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent c33ef45 commit f8805e7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-gems.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ name: Build gems
1414

1515
on:
1616
workflow_dispatch:
17+
# TEMPORARY: remove before merging. `workflow_dispatch` only shows up in the
18+
# Actions UI once the file is on the default branch, so this is the only way
19+
# to exercise the workflow from the pull request.
20+
push:
21+
branches:
22+
- build-gems-workflow
1723

1824
permissions:
1925
contents: read

0 commit comments

Comments
 (0)