Skip to content

Commit

Permalink
Merge pull request #721 from Stremio/ci/prevent-duplicate-jobs
Browse files Browse the repository at this point in the history
ci(build): prevent duplicate jobs for PRs
  • Loading branch information
elpiel authored Sep 30, 2024
2 parents 457dda4 + 5fe5e3f commit cd0cd6c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Build

on:
- push
- pull_request
push:
branches:
- development
pull_request:
branches:
- development

# Stops the running workflow of previous pushes
concurrency:
Expand Down

0 comments on commit cd0cd6c

Please sign in to comment.