always run on main, and README update
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 1m28s
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 1m28s
This commit is contained in:
6
.github/workflows/infra.yaml
vendored
6
.github/workflows/infra.yaml
vendored
@@ -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' }}
|
||||
|
Reference in New Issue
Block a user