Skip to content

Commit

Permalink
Remove bintray
Browse files Browse the repository at this point in the history
Switch to workflow_dispatch

Move scripts to VCS
  • Loading branch information
shivammathur committed Apr 13, 2021
1 parent 8d1e896 commit ef5d399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php80.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Build PHP 8.0'
on:
push:
pull_request:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: '30 23 * * *'
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpmaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Build PHP master'
on:
push:
pull_request:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: '30 23 * * *'
jobs:
Expand Down

0 comments on commit ef5d399

Please sign in to comment.