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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a84c776 commit ecbb6fc
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
@@ -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:

0 comments on commit ecbb6fc

Please sign in to comment.