Skip to content

Commit

Permalink
Don't run CI twice in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
raffomania committed Jan 8, 2024
1 parent cffe159 commit 1055168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI

on:
- push:
push:
branches: [main]
- pull_request
pull_request:

env:
CARGO_INCREMENTAL: 0
Expand Down

0 comments on commit 1055168

Please sign in to comment.