Skip to content

Commit

Permalink
Update github action run conditions (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Aug 30, 2024
1 parent 9009e78 commit 70d5e98
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/eslint.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: ESLint

on:
push:
branches:
- main
- master
- 'dev*'
pull_request:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Prettier Check

on:
pull_request:
branches: [ main, master ]
branches: [ main, master, dev* ]

jobs:
prettier:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main
- master
- 'dev*'
pull_request:
branches:
- main
Expand Down

0 comments on commit 70d5e98

Please sign in to comment.