Skip to content

Commit c1b3e87

Browse files
⚗️ Trying to add workflow dispatch to build test module
1 parent c2fc4b0 commit c1b3e87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build & Release
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
types: [opened, reopened]
67
release:
@@ -40,7 +41,7 @@ jobs:
4041
permissions:
4142
contents: 'read'
4243
id-token: 'write'
43-
if: github.event_name == 'push' || github.event_name == 'pull_request'
44+
if: github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
4445
steps:
4546

4647
- name: Retrieve from cache module folder

0 commit comments

Comments
 (0)