Skip to content

Commit

Permalink
workflows/full-ci: allow manually triggering the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0x53A committed Oct 26, 2024
1 parent 77db0b2 commit d5c73e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ name: Full CI
# Runs before merging. Rebases on master to make sure CI passes for latest integration, not only for the PR at the time of creation.

on:
# allow manually triggering the workflow (https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#workflow_dispatch)
workflow_dispatch:
merge_group:
# push:

Expand Down

0 comments on commit d5c73e6

Please sign in to comment.