We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663211e commit 271cfccCopy full SHA for 271cfcc
1 file changed
.github/workflows/namespace_declarations.yml
@@ -42,8 +42,8 @@ jobs:
42
# Define a display name:
43
name: 'Update TypeScript Declarations'
44
45
- # Only run this job if the pull request was merged:
46
- if: github.event.pull_request.merged == true
+ # Only run this job if the pull request was merged (or the job was triggered manually):
+ if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
47
48
# Define the type of virtual host machine:
49
runs-on: ubuntu-latest
0 commit comments