ci: do not run workflow on pull request

This commit is contained in:
Abdullah Atta
2021-05-28 12:19:52 +05:00
committed by GitHub
parent 35c04501e5
commit 6eb24d25e9

View File

@@ -7,8 +7,6 @@ on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [main]
pull_request:
branches: [main]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: