Disable deployment on PR

This commit is contained in:
Yohan Lasorsa
2021-06-16 15:24:36 +02:00
committed by GitHub
parent c36a13dac2
commit d94431302c

View File

@@ -4,10 +4,10 @@ on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- main
# pull_request:
# types: [opened, synchronize, reopened, closed]
# branches:
# - main
jobs:
build_and_deploy_job: