Skip to content

Commit acdb174

Browse files
committed
Add workflow_dispatch trigger to the CI build
This is needed to manually trigger the workflow without having to push a commit to the main branch. The typical use case is when an upstream dependency causes a build failure in the latest snapshot and we want to test the fix by triggering a new build on github.
1 parent 52e6ad8 commit acdb174

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CI/CD build
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [ "main" ]
67

0 commit comments

Comments
 (0)