⚙️ Fix GitHub Action workflows to run on push or pull-request

This commit is contained in:
Zak B. Elep 2020-01-21 18:14:25 +08:00
parent 4ca28f3d63
commit b15d6d60e9
2 changed files with 2 additions and 14 deletions

View file

@ -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:

View file

@ -1,12 +1,6 @@
name: Generate Dockerfiles/patches
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
on: [push, pull_request]
jobs:
generate: