Update github action run conditions (#682)

This commit is contained in:
Chenlei Hu
2024-08-29 14:48:07 -04:00
parent 9009e784f9
commit 70d5e98c73
3 changed files with 1 additions and 7 deletions

View File

@@ -1,11 +1,6 @@
name: ESLint
on:
push:
branches:
- main
- master
- 'dev*'
pull_request:
branches:
- main

View File

@@ -2,7 +2,7 @@ name: Prettier Check
on:
pull_request:
branches: [ main, master ]
branches: [ main, master, dev* ]
jobs:
prettier:

View File

@@ -5,7 +5,6 @@ on:
branches:
- main
- master
- 'dev*'
pull_request:
branches:
- main