We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db000b commit 58d4f71Copy full SHA for 58d4f71
.github/workflows/pr-deploy-to-int.yml
@@ -1,8 +1,14 @@
1
name: PR build and test
2
3
on:
4
- pull_request:
5
- branches: [main]
+ push:
+ branches: [VED-358-github-actions-for-int]
6
+ workflow_dispatch:
7
+ inputs:
8
+ dummy:
9
+ description: 'Manual trigger (optional input)'
10
+ required: false
11
+ default: ''
12
13
env:
14
TF_CLI_ARGS_apply: --auto-approve
@@ -28,4 +34,3 @@ jobs:
28
34
uses: actions/checkout@v4
29
35
with:
30
36
fetch-depth: 1
31
-
0 commit comments