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

View File

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