mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-11-29 20:19:12 +01:00
Fix
This commit is contained in:
parent
b0c308eaa0
commit
027f2f2f48
4
.github/workflows/readme-release.yml
vendored
4
.github/workflows/readme-release.yml
vendored
@ -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: >
|
||||
|
Loading…
Reference in New Issue
Block a user