Skip to content

Commit

Permalink
Merge branch 'main' into update-omada-url
Browse files Browse the repository at this point in the history
  • Loading branch information
trfore committed Apr 2, 2024
2 parents 66cdc2e + d8e09b2 commit 600378f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ on:
default: false
required: true
type: boolean
pull_request:
branches: [main]
types: [closed]
paths-ignore:
- "LICENSE"
- "README.md"
release:
types: [published]

jobs:
deploy:
if: ${{ github.event.pull_request.merged == true || inputs.manual_deploy == true }}
if: ${{ github.event.release.published == true || inputs.manual_deploy == true }}
uses: trfore/ansible-role/.github/workflows/deploy_ansible_galaxy.yml@main # remote repo
secrets:
API_KEY: ${{ secrets.GALAXY_API_KEY }}

0 comments on commit 600378f

Please sign in to comment.