mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
Ensure GH actions trigger are described
This commit is contained in:
3
.github/workflows/action-schedule_master.yml
vendored
3
.github/workflows/action-schedule_master.yml
vendored
@@ -10,9 +10,10 @@ name: nightly
|
||||
# When to run
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
on:
|
||||
# Nightly: At 00:00 on Sunday, Tuesday, and Thursday
|
||||
schedule:
|
||||
# At 00:00 on Sunday, Tuesday, and Thursday
|
||||
- cron: '0 0 * * 0,2,4'
|
||||
# Dispatch: allows for manual trigger via GH UI
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
|
||||
3
.github/workflows/action-schedule_tags.yml
vendored
3
.github/workflows/action-schedule_tags.yml
vendored
@@ -10,9 +10,10 @@ name: nightly
|
||||
# When to run
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
on:
|
||||
# Nightly: At 00:00 on Sunday, Tuesday, and Thursday
|
||||
schedule:
|
||||
# At 00:00 on Sunday, Tuesday, and Thursday
|
||||
- cron: '0 0 * * 0,2,4'
|
||||
# Dispatch: allows for manual trigger via GH UI
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
|
||||
2
.github/workflows/action.yml
vendored
2
.github/workflows/action.yml
vendored
@@ -10,8 +10,10 @@ name: build
|
||||
# When to run
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
on:
|
||||
# Push or pull_request will be determined in jobs.configure.enabled
|
||||
push:
|
||||
pull_request:
|
||||
# Dispatch: allows for manual trigger via GH UI
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user