1
0
mirror of https://github.com/kremalicious/gatsby-redirect-from.git synced 2024-12-22 09:13:20 +01:00

fix CI run on tag push

This commit is contained in:
Matthias Kretschmann 2021-02-01 00:28:30 +01:00
parent 13f6ca7caf
commit 8730c228e0
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- '**'
pull_request:
branches:
- '**'
@ -42,4 +44,3 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}