Skip to content

Commit

Permalink
Add workflow_dispatch trigger to the CI build
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fmbenhassine committed Sep 30, 2024
1 parent 52e6ad8 commit acdb174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI/CD build

on:
workflow_dispatch:
push:
branches: [ "main" ]

Expand Down

0 comments on commit acdb174

Please sign in to comment.