Skip to content

Commit

Permalink
Do not run same tests twice in same PR
Browse files Browse the repository at this point in the history
  • Loading branch information
OBrezhniev committed Apr 9, 2024
1 parent 4712452 commit 24dc6f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Continuous Integration
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
test:
Expand Down

0 comments on commit 24dc6f1

Please sign in to comment.