Skip to content

Commit

Permalink
ci: avoid duplicate builds for PR commits
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Apr 13, 2024
1 parent 9f8aeaa commit 7d48d32
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: "CI"
on:
push:
branches-ignore:
- "production"
- "docs"
branches:
- "master"
paths-ignore:
- ".github/**"
- "!.github/workflows/ci.yml"
Expand All @@ -12,8 +11,6 @@ on:
- "README.md"
- "LICENSE"
pull_request:
paths:
- "**"

jobs:
build:
Expand Down

0 comments on commit 7d48d32

Please sign in to comment.