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 7ebd44f commit d962b46Copy full SHA for d962b46
.github/workflows/papers-and-specs.yml
@@ -57,7 +57,7 @@ jobs:
57
single-commit: true
58
59
- name: Publish Preview Papers
60
- if: github.event_name == 'pull_request'
+ if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
61
uses: rossjrw/[email protected]
62
with:
63
source-dir: _resources
0 commit comments