mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-20 16:04:22 +01:00
Change tag triggered workflow to use main branch.
This commit is contained in:
3
.github/workflows/deploy-all.yml
vendored
3
.github/workflows/deploy-all.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user