We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16432d8 commit 764f812Copy full SHA for 764f812
1 file changed
.github/workflows/main.yml
@@ -1,4 +1,10 @@
1
-on: [push]
+on:
2
+ pull_request:
3
+ types:
4
+ - closed
5
+ branches:
6
+ - 'develop'
7
+
8
name: Linux_Container_Workflow
9
jobs:
10
build-and-deploy:
0 commit comments