This commit is contained in:
Daniil Gentili 2023-05-27 17:57:37 +02:00
parent b0c308eaa0
commit 027f2f2f48
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -3,7 +3,7 @@ name: Update README and create release
on: on:
push: push:
branches: branches:
- master - test
create: create:
tags: tags:
- "*" - "*"
@ -24,7 +24,7 @@ jobs:
|| github.event_name == 'repository_dispatch' || github.event_name == 'repository_dispatch'
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
ref: master ref: test
fetch-depth: 0 fetch-depth: 0
- name: Update README - name: Update README
if: > if: >