⚙️ Fix GitHub Action workflows to run on push or pull-request
This commit is contained in:
parent
4ca28f3d63
commit
b15d6d60e9
2 changed files with 2 additions and 14 deletions
8
.github/workflows/build-image.yml
vendored
8
.github/workflows/build-image.yml
vendored
|
@ -3,13 +3,7 @@ name: Build and test latest supported Perls
|
||||||
env:
|
env:
|
||||||
VERSION: 5.030.001
|
VERSION: 5.030.001
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- '*'
|
|
||||||
tags-ignore:
|
|
||||||
- '*'
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-image:
|
build-image:
|
||||||
|
|
|
@ -1,12 +1,6 @@
|
||||||
name: Generate Dockerfiles/patches
|
name: Generate Dockerfiles/patches
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- '*'
|
|
||||||
tags-ignore:
|
|
||||||
- '*'
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate:
|
generate:
|
||||||
|
|
Loading…
Add table
Reference in a new issue