Skip to content

Commit ef5d399

Browse files
committed
Remove bintray
Switch to workflow_dispatch Move scripts to VCS
1 parent 8d1e896 commit ef5d399

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php80.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Build PHP 8.0'
22
on:
33
push:
44
pull_request:
5-
repository_dispatch:
5+
workflow_dispatch:
66
schedule:
77
- cron: '30 23 * * *'
88
jobs:

.github/workflows/phpmaster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Build PHP master'
22
on:
33
push:
44
pull_request:
5-
repository_dispatch:
5+
workflow_dispatch:
66
schedule:
77
- cron: '30 23 * * *'
88
jobs:

0 commit comments

Comments
 (0)