Skip to content

Commit

Permalink
Autopublish when creating the PR for a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Aug 5, 2022
1 parent 85360d7 commit dc56635
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cloudcompiler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ env:
RUST_BACKTRACE: 1

on:
push:
tags:
# trigger action on release branch
- '[0-9]+.[0-9]+.[0-9]+*'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit dc56635

Please sign in to comment.