Skip to content

Commit 0094728

Browse files
committed
update 'push to ansible galaxy' workflow
1 parent 7a7bf85 commit 0094728

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/galaxy.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,15 @@ name: push to ansible galaxy
44

55
on:
66
workflow_dispatch:
7-
workflow_run:
8-
workflows:
9-
- "CI"
10-
branches:
11-
- main
12-
types:
13-
- completed
7+
push:
8+
tags:
9+
- '*'
1410

1511
jobs:
1612
galaxy:
1713
name: galaxy
1814
runs-on: ubuntu-22.04
19-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
15+
if: startsWith(github.ref, 'refs/tags/')
2016
steps:
2117
- name: Check out the codebase
2218
uses: actions/checkout@v4

0 commit comments

Comments
 (0)