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