1
0
Fork 0
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:
Ryan Voots 2020-10-30 11:30:28 -07:00
parent 3cbdab2454
commit 8bf44ea556

View file

@ -1,6 +1,12 @@
name: CI
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
perl-job: