workflows: on push to any branch

This commit is contained in:
Dawid Dziurla 2020-07-25 12:37:11 +02:00
parent 4466a3236d
commit 37f55058a5
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

@ -1,6 +1,9 @@
name: Test Action name: Test Action
on: push on:
push:
branches:
- '*'
jobs: jobs:
test: test: