diff --git a/.github/workflows/snap.yaml b/.github/workflows/snap.yaml index c20f9ab..17cc9ef 100644 --- a/.github/workflows/snap.yaml +++ b/.github/workflows/snap.yaml @@ -1,8 +1,9 @@ name: snap on: # The event that triggers the workflow - [push, pull_request, workflow_dispatch] # When a commit is created or a pull request is opened: + [push, pull_request] # When a commit is created or a pull request is opened: branches: - master + workflow_dispatch: # When the workflow is manually triggered jobs: build: