1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-11-22 01:36:58 +01:00

limit CI runs

This commit is contained in:
Matthias Kretschmann 2021-01-30 15:11:27 +01:00
parent abf4914fff
commit 07ce43316f
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -1,6 +1,12 @@
name: 'CI'
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
test: