mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-12-02 09:27:58 +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:
|
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: >
|
||||||
|
Loading…
Reference in New Issue
Block a user