fix(workflows): update workflow to only run on pull requests to master branch

This commit is contained in:
Stevan Freeborn
2023-02-20 16:12:57 -06:00
parent 333ab224ac
commit 9e0c04e973
-7
View File
@@ -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/**