Skip to content

Commit b15d6d6

Browse files
committed
⚙️ Fix GitHub Action workflows to run on push or pull-request
1 parent 4ca28f3 commit b15d6d6

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ name: Build and test latest supported Perls
33
env:
44
VERSION: 5.030.001
55

6-
on:
7-
push:
8-
branches:
9-
- '*'
10-
tags-ignore:
11-
- '*'
12-
pull_request:
6+
on: [push, pull_request]
137

148
jobs:
159
build-image:

.github/workflows/generate-dockerfiles-patches.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: Generate Dockerfiles/patches
22

3-
on:
4-
push:
5-
branches:
6-
- '*'
7-
tags-ignore:
8-
- '*'
9-
pull_request:
3+
on: [push, pull_request]
104

115
jobs:
126
generate:

0 commit comments

Comments
 (0)