Prevent CI trigger on pull-request

This commit is contained in:
Gabriel Tofvesson 2021-06-22 15:50:01 +02:00
parent 7feda4b517
commit b058f5f658

View File

@ -7,8 +7,6 @@ on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: