Skip to content

Commit

Permalink
change pytest github action to push/pullreq master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCupak committed Jul 25, 2024
1 parent 516d9de commit a78ef46
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Python build IMOSPATools and test

on:
push:
branches: [ "main" ]
branches: [ "master" ]
pull_request:
branches: [ "main" ]
branches: [ "master" ]
# to be able to run workflow manually, workflow_dispatch event must be defined
workflow_dispatch:
inputs:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,3 @@ cython_debug/

# emacs backup files
*~

Binary file modified doc/calibration_dataflow.odg
Binary file not shown.
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[bdist_wheel]
universal = 0

[flake8]
exclude = doc, src

[aliases]
# Define setup.py command aliases here
test = pytest
Expand Down

0 comments on commit a78ef46

Please sign in to comment.