Skip to content

Update README.md change to trigger workflow #36

Update README.md change to trigger workflow

Update README.md change to trigger workflow #36

Workflow file for this run

name: Ansible Galaxy import
on:
push:
branches: [ master ]
create:
tags:
release:
types:
- published
jobs:
galaxy:
name: ansible-galaxy import
runs-on: ubuntu-latest
steps:
- name: Trigger a new import on Galaxy.
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}