1
0
Fork 0
mirror of https://github.com/dawidd6/action-ansible-playbook.git synced 2024-11-22 15:32:18 +00:00

workflows: modify triggers

This commit is contained in:
Dawid Dziurla 2020-08-30 12:06:25 +02:00
parent 1e8a3ef594
commit 921a00333b
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

@ -1,6 +1,10 @@
name: Test Action
on: push
on:
push:
branches:
- master
pull_request:
jobs:
test-remote: