Skip to content

Commit

Permalink
.github: run all CI sessions on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
eblot committed Nov 29, 2023
1 parent 0d20ccd commit 3fa3245
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/pythonchecksyntax.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Python syntax tests
# check that there is no import issues with tool suite

on: [push]
on:
push:
pull_request:
types: [assigned, opened, synchronize, reopened]

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

on: [push]
on:
push:
pull_request:
types: [assigned, opened, synchronize, reopened]

jobs:
build:
Expand Down

0 comments on commit 3fa3245

Please sign in to comment.