Skip to content

Commit

Permalink
fix ci settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutaj committed Nov 5, 2023
1 parent 5ad8bc5 commit a4fc669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: format

on: [push, pull_request]
on: pull_request

jobs:
format:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test

on: [push, pull_request]
on: pull_request

jobs:
test:
Expand Down

0 comments on commit a4fc669

Please sign in to comment.