⚙️ 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:
|
||||
VERSION: 5.030.001
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
tags-ignore:
|
||||
- '*'
|
||||
pull_request:
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build-image:
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
name: Generate Dockerfiles/patches
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
tags-ignore:
|
||||
- '*'
|
||||
pull_request:
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
|
|
Loading…
Add table
Reference in a new issue