fix(workflows): update workflow to only run on pull requests to master branch
This commit is contained in:
@@ -1,13 +1,6 @@
|
|||||||
name: lint_format_test
|
name: lint_format_test
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
|
||||||
paths-ignore:
|
|
||||||
- .github/**
|
|
||||||
- .husky/**
|
|
||||||
- '**/README.md'
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- .github/**
|
- .github/**
|
||||||
|
|||||||
Reference in New Issue
Block a user