mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 10:35:41 -04:00
dont setup actions on non-master branches
This commit is contained in:
parent
3cbdab2454
commit
8bf44ea556
1 changed files with 7 additions and 1 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -1,6 +1,12 @@
|
||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
perl-job:
|
perl-job:
|
||||||
|
|
Loading…
Add table
Reference in a new issue