Skip to content

Commit 58d4f71

Browse files
committed
Update to trigger on specific branch or manually
1 parent 8db000b commit 58d4f71

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/pr-deploy-to-int.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
name: PR build and test
22

33
on:
4-
pull_request:
5-
branches: [main]
4+
push:
5+
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: ''
612

713
env:
814
TF_CLI_ARGS_apply: --auto-approve
@@ -28,4 +34,3 @@ jobs:
2834
uses: actions/checkout@v4
2935
with:
3036
fetch-depth: 1
31-

0 commit comments

Comments
 (0)