CI(GitHub Actions): rename workflow name/exclude tags
Summary: Don't run php check on npm tag push. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: land it and watch when next tagbis uploaded. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D448
This commit is contained in:
parent
44bf31948f
commit
24c3fe7517
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- '**.php'
|
||||
tags-ignore:
|
||||
- 'eslint-config@v*'
|
||||
- 'prettier-config@v*'
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
Loading…
Reference in a new issue