mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
CI: Run on pull requests and once a month
Run the CI on PRs and once a month (to detect failures due to updated images or dependencies). Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> Signed-off-by: Ralph Giles <giles@thaumas.net>
This commit is contained in:
committed by
Ralph Giles
parent
88fb432a0f
commit
eba0ff8d3e
6
.github/workflows/action.yml
vendored
6
.github/workflows/action.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: GitHub Actions
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 0 1 * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user