Skip to content

Commit

Permalink
Do not format or generate on main
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jun 8, 2023
1 parent 499c19d commit d614c7d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Check
on:
pull_request:
branches:
- main
- '**'

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Format

on:
push:
branches:
- '**'
branches-ignore:
- main
workflow_dispatch: {}

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Generate

on:
push:
branches:
- '**'
branches-ignore:
- main
workflow_dispatch: {}

jobs:
Expand Down

0 comments on commit d614c7d

Please sign in to comment.