Skip to content

Commit

Permalink
Run tests on PR only when opening PR (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snicker7 authored Mar 22, 2024
1 parent 060f666 commit e1520b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Run Integration Tests

on:
push:

pull_request:
types: [opened, reopened]

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Pylint

on:
push:

pull_request:
types: [opened, reopened]

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Run Pytest

on:
push:

pull_request:
types: [opened, reopened]

jobs:
build:
Expand Down

0 comments on commit e1520b5

Please sign in to comment.