Skip to content

Commit

Permalink
chore: make actions nicer to remove duplicate runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelmis committed Sep 30, 2023
1 parent 9cdfb7c commit dcc164f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# This workflow will install Python dependencies and run tests
name: "Pytest"
on: [pull_request, push]
on:
pull_request:
push:
branches: master

jobs:
run_tests:
Expand Down

0 comments on commit dcc164f

Please sign in to comment.