Skip to content

Commit 50e3721

Browse files
Specific jobs on push and merge.
1 parent dd034a4 commit 50e3721

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/galaxy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name: Release to Ansible Galaxy
77

88
on:
99
release:
10-
types: [created, edited, published, released]
10+
types:
11+
- published
1112
jobs:
1213
release:
1314
runs-on: ubuntu-latest

.github/workflows/molecule.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
push:
1010
branches:
1111
- master
12-
pull_request:
1312
schedule:
1413
- cron: '3 2 2 * *'
1514

.github/workflows/requirements2png.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
#
55

66
on:
7-
- push
7+
release:
8+
types:
9+
- published
810

911
name: Ansible Graphviz
1012

0 commit comments

Comments
 (0)