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:
Ariful Alam 2022-03-20 01:55:58 +06:00 committed by GitHub
commit 42746ae8ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
name: Test Deployment name: Test Deployment
on: on:
push: pull_request:
branches: [main] branches: [main]
jobs: jobs: