Skip to content

Commit

Permalink
update run-on-push-to-rc workflow
Browse files Browse the repository at this point in the history
Signed-off-by: GuillaumeFalourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Oct 28, 2023
1 parent e9e544c commit c1bc3d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/69-run-on-push-to-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ name: 69 - Run on push to rc
on:
push:
branches:
- 'rc/*.*.*'
- 'rc/*.*.*'

jobs:
release-candidate-tag:
runs-on: ubuntu-latest
outputs:
tag: ${{ steps.tag.outputs.tag }}
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Extract branch tag if necessary
id: tag
run: |
Expand Down

0 comments on commit c1bc3d1

Please sign in to comment.