Skip to content

Commit

Permalink
[ci skip] CI: add workflow_dispatch trigger
Browse files Browse the repository at this point in the history
This should make it possible to manually re-trigger stale PR workflows,
and might occasionally be useful to do a manual build against latest
PHP versions (and as such is a poor man's substitute for the nightly
builds which have been disabled recently, because apparently nobody had
a look at the results anyway).
  • Loading branch information
cmb69 committed Aug 3, 2024
1 parent 07eace6 commit 0a87ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build and Test
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
jobs:
ubuntu:
strategy:
Expand Down

0 comments on commit 0a87ecb

Please sign in to comment.