|
|
|
|
|
|
|
|
|
|
|
|
|
|
on: # https://help.github.com/en/actions/reference/events-that-trigger-workflows |
|
|
on: # https://help.github.com/en/actions/reference/events-that-trigger-workflows |
|
|
push: |
|
|
push: |
|
|
branches: [master, develop] |
|
|
|
|
|
|
|
|
branches: [master] |
|
|
pull_request: |
|
|
pull_request: |
|
|
# The branches below must be a subset of the branches above |
|
|
# The branches below must be a subset of the branches above |
|
|
branches: [master, develop] |
|
|
|
|
|
|
|
|
branches: [master] |
|
|
schedule: |
|
|
schedule: |
|
|
- cron: '0 0 * * *' # Runs at 00:00 UTC every day |
|
|
- cron: '0 0 * * *' # Runs at 00:00 UTC every day |
|
|
|
|
|
|