Skip to content

Commit

Permalink
allow running GHA manually, don't run twice for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmojaki committed Sep 30, 2023
1 parent 3ab053d commit 37070ce
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: Tests
on: [push, pull_request]

on:
push:
branches:
- master
pull_request:
workflow_dispatch:

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

0 comments on commit 37070ce

Please sign in to comment.