Merge pull request #33 from arifszn/test-deployment-ci-cd
Trigger pipeline of test deploy on pull_request instead of push
This commit is contained in:
commit
42746ae8ef
2
.github/workflows/test-deploy.yml
vendored
2
.github/workflows/test-deploy.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Test Deployment
|
name: Test Deployment
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user