Skip to content

Commit

Permalink
add python-can-run workflow for PR to master
Browse files Browse the repository at this point in the history
  • Loading branch information
asyms committed Sep 3, 2024
1 parent e86d0b4 commit 1075cce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-can-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Python can run

# Controls when the workflow will run
on: [push]
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:
Expand Down

0 comments on commit 1075cce

Please sign in to comment.