Skip to content

Commit

Permalink
Ft: update git workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens-fricke committed Nov 21, 2023
1 parent 62eae43 commit 4c4744f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_upload_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pypi upload

on:
push:
branches: ["main", "ft-packaging"]
branches: ["main"]

jobs:
wheel_build_full:
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/pre_commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: pre-commit

on:
pull_request:
push:
branches: [main]

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]

0 comments on commit 4c4744f

Please sign in to comment.