Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
run pyproject version check on PR as well as push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
kdutia committed Oct 2, 2023
1 parent c3280d8 commit 016bff0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/pyproject-version.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: pyproject_version_check
on:
push:
branches: [ "main" ]
workflow_dispatch:

push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 016bff0

Please sign in to comment.