⚙️ 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: 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:

View file

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