Skip to content

Commit

Permalink
chore: allow manually triggering workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fullkomnun committed Aug 28, 2023
1 parent d165e55 commit 33c2e5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/on-pull-request-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches: [master]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

env:
DOCKER_BUILDKIT: 1 # enable docker buildkit
# Whitelisting is disabled during testing for backwards compatibility with these tests. It must not be disabled in production.
Expand Down

0 comments on commit 33c2e5d

Please sign in to comment.