Change tag triggered workflow to use main branch.

This commit is contained in:
Sylwester Zieliński
2022-04-13 16:23:18 +02:00
parent 160d1074dc
commit 189746e085

View File

@@ -3,13 +3,13 @@ on:
push:
tags:
- '*'
workflow_dispatch:
jobs:
generateReadme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: main
fetch-depth: 0
- shell: bash
run: |
@@ -27,6 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: main
fetch-depth: 0
- shell: bash
env: