Skip to content

trigger on actions on test branch #1

trigger on actions on test branch

trigger on actions on test branch #1

Workflow file for this run

---
name: release
# Controls when the workflow will run
on:
# Triggers the workflow on push
push:
# branches: [main]
branches: releaseActions
# A workflow run is made up of one or more jobs
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Deploy the collection
uses: artis3n/ansible_galaxy_collection@v2
with:
api_key: ${{ secrets.GALAXY_API_KEY }}