a11y-outline

web extension to navigate document outlines easily
git clone https://git.ce9e.org/a11y-outline.git

commit
15d5a63c6c5d52c47241b42bd841dd3a191c0247
parent
daaa360fecf90148a1353d77ecbb56bf44b7a501
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-06-24 06:35
github-actions: use different syntax for tag filter

Diffstat

M .github/workflows/main.yml 5 +++--

1 files changed, 3 insertions, 2 deletions


diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml

@@ -1,8 +1,9 @@
    1    -1 on: push
   -1     1 on:
   -1     2   push:
   -1     3     tags: '*'
    2     4 jobs:
    3     5   build:
    4     6     runs-on: ubuntu-latest
    5    -1     if: startsWith(github.ref, 'refs/tags/')
    6     7     steps:
    7     8       - uses: actions/checkout@v3
    8     9       - run: |