We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9d3e0 commit 95be4deCopy full SHA for 95be4de
.github/workflows/provision-by-terraform.yml
@@ -1,6 +1,16 @@
1
name: Setup a server by Terraform
2
3
on:
4
+ push:
5
+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpull_requestpull_request_targetbranchesbranches-ignore
6
+ branches:
7
+ - master
8
+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore
9
+ paths:
10
+ - .github/workflows/provision-by-terraform.yml
11
+ - 'infra/terraform/**'
12
+ - '!infra/terraform/*.example'
13
+ - '!infra/terraform/*.md'
14
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_dispatch
15
workflow_dispatch:
16
0 commit comments