1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-18 04:00:03 +02:00

.github/workflows/ci.yml: trigger on pull requests also.

This commit is contained in:
Henrik Hautakoski 2020-05-15 14:04:35 +02:00
parent cf6c1a4854
commit 0a2ad12700

View file

@ -6,6 +6,8 @@ on:
- '*'
- '*/*'
- '!master'
pull_request:
branches: [ develop ]
jobs:
compile: