Skip to content

Commit

Permalink
Let CI only run on push.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Mar 17, 2024
1 parent eecf540 commit e705b6a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: black

on: [pull_request, push]
on: [push]

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

on: [pull_request, push]
on: [push]

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

on: [pull_request, push]
on: [push]

jobs:
linter:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Unit Tests Transformer
name: Unit Tests

on: [pull_request, push]
on: [push]

jobs:
run:
Expand Down

0 comments on commit e705b6a

Please sign in to comment.