always run on main, and README update
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 1m28s

This commit is contained in:
2023-09-03 01:13:27 +01:00
parent daa116f741
commit 13bb62fe61
2 changed files with 5 additions and 3 deletions

View File

@@ -3,12 +3,12 @@ on:
pull_request:
branches:
- main
push:
branches:
- main
paths:
- infra/**-playbook.yaml
- .github/workflows/infra.yaml
push:
branches:
- main
env:
DEPLOY: ${{ github.ref == 'refs/heads/main' && ((startsWith(github.event.head_commit.message, '[deploy-all]') && 'all') || ('some')) || 'none' }}