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 name: ESLint
on: on:
push:
branches:
- main
- master
- 'dev*'
pull_request: pull_request:
branches: branches:
- main - main

View File

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

View File

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