workflows: trigger only on pushes to master

This commit is contained in:
Dawid Dziurla 2020-04-07 10:42:30 +02:00
parent c550a7182d
commit 2f8c1bc14a
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -1,6 +1,9 @@
name: Test action
on: push
on:
push:
branches:
- master
jobs:
main: