mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Fixed actions updater workflow
This commit is contained in:
parent
dc85e4f4a4
commit
477171abac
1 changed files with 4 additions and 3 deletions
7
.github/workflows/actions_updater.yaml
vendored
7
.github/workflows/actions_updater.yaml
vendored
|
@ -2,12 +2,13 @@ name: GitHub Actions Version Updater
|
|||
|
||||
# Controls when the action will run.
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
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