We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5652d10 commit 1b5e20eCopy full SHA for 1b5e20e
.github/workflows/deploy.yml
@@ -4,10 +4,11 @@ on:
4
push:
5
branches:
6
- trunk
7
+ workflow_dispatch:
8
9
jobs:
10
deploy:
- if: contains(toJson(github.event.commits), '[deploy site]') == true
11
+ if: contains(toJson(github.event.commits), '[deploy site]') == true || github.event_name == 'workflow_dispatch'
12
runs-on: ubuntu-24.04
13
steps:
14
- name: Checkout repo
0 commit comments