mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 07:26:25 +00:00
workflows: modify triggers
This commit is contained in:
parent
1e8a3ef594
commit
921a00333b
1 changed files with 5 additions and 1 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -1,6 +1,10 @@
|
|||
name: Test Action
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
test-remote:
|
||||
|
|
Loading…
Reference in a new issue