mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Run actions updater on every push
This commit is contained in:
parent
ac402a6697
commit
dc85e4f4a4
1 changed files with 3 additions and 0 deletions
3
.github/workflows/actions_updater.yaml
vendored
3
.github/workflows/actions_updater.yaml
vendored
|
@ -5,6 +5,9 @@ on:
|
|||
schedule:
|
||||
# Automatically run on every Sunday
|
||||
- cron: '0 0 * * 0'
|
||||
- push:
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue