Skip to content

Commit

Permalink
Update CI triggers (astral-sh#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpryer authored Mar 3, 2024
1 parent 37f5ba9 commit 6998deb
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Clippy

on: [push, pull_request]
on:
workflow_dispatch:
push:
branches: [main]
pull_request:

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/python-format.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Python format

on: [push, pull_request]
on:
workflow_dispatch:
push:
branches: [main]
pull_request:

jobs:
format:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/python-lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Python lint

on: [push, pull_request]
on:
workflow_dispatch:
push:
branches: [main]
pull_request:

jobs:
lint:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Rustfmt

on: [push, pull_request]
on:
workflow_dispatch:
push:
branches: [main]
pull_request:

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Spelling

on: [push, pull_request]
on:
workflow_dispatch:
push:
branches: [main]
pull_request:

jobs:
typos:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Tests

on: [push, pull_request]
on:
workflow_dispatch:
push:
branches: [main]
pull_request:

jobs:
test-latest-linux:
Expand Down

0 comments on commit 6998deb

Please sign in to comment.