Skip to content

Merge pull request #43 from mergermarket/fix-update-notifications #6

Merge pull request #43 from mergermarket/fix-update-notifications

Merge pull request #43 from mergermarket/fix-update-notifications #6

Workflow file for this run

---
name: Deploy to Ansible Galaxy
on:
workflow_dispatch:
push:
branches-ignore:
- 'dependabot/**'
jobs:
publish:
name: Test and publish
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' }}
steps:
- uses: actions/checkout@v2
- run: ./test.sh
- run: ansible-galaxy role import --token ${{ secrets.ANSIBLE_GALAXY_TOKEN }} mergermarket ${{ github.event.repository.name }}