Skip to content

Commit

Permalink
automatically run a pre-release whenever the pre-release code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aryairani committed Mar 28, 2024
1 parent e695cf7 commit f0c56cb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,22 @@ defaults:
shell: bash

on:
# run on each merge to `trunk`
workflow_run:
workflows: ["CI"]
branches: [trunk]
types:
- completed

# run manually
workflow_dispatch:

# run for any PR that touches this file
pull_request:
paths:
- .github/workflows/pre-release.yaml
- .github/workflows/bundle-ucm.yaml

jobs:
bundle-ucm:
name: build and bundle ucm
Expand Down

0 comments on commit f0c56cb

Please sign in to comment.