Ensure GH actions trigger are described

This commit is contained in:
cytopia
2022-04-01 02:26:28 +02:00
parent 107b39f5a2
commit ed40a191df
3 changed files with 6 additions and 2 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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: