Skip to content

Commit

Permalink
ci: tests only on main (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: tris203 <[email protected]>
  • Loading branch information
tris203 and tris203 authored Dec 16, 2023
1 parent 26b1435 commit 02cac34
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Format

on: [push, pull_request]
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"

jobs:
format:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Lint

on: [push, pull_request]
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"

jobs:
lint:
Expand Down

0 comments on commit 02cac34

Please sign in to comment.