Skip to content

Commit

Permalink
Stop running jobs twice on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-blanchard committed Jul 17, 2022
1 parent 85035f5 commit c6f8e7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python package

on: [push, pull_request]
on:
workflow_dispatch:
pull_request:

jobs:
lint:
Expand Down

0 comments on commit c6f8e7d

Please sign in to comment.