We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1e896 commit ef5d399Copy full SHA for ef5d399
.github/workflows/php80.yml
@@ -2,7 +2,7 @@ name: 'Build PHP 8.0'
2
on:
3
push:
4
pull_request:
5
- repository_dispatch:
+ workflow_dispatch:
6
schedule:
7
- cron: '30 23 * * *'
8
jobs:
.github/workflows/phpmaster.yml
@@ -2,7 +2,7 @@ name: 'Build PHP master'
0 commit comments