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