Skip to content

Commit

Permalink
Merge pull request #733 from Stremio/fix/ci-build-npm-stremio-core-we…
Browse files Browse the repository at this point in the history
…b-package-on-push

fix(ci): build workflow - run on each push
  • Loading branch information
elpiel authored Nov 8, 2024
2 parents 03628c6 + ab64830 commit e9a88e7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Build

on:
# build on each push as we build the stremio-core-web npm package
# and upload it to gh-pages for testing with stremio-web.
# For pull requests we do not build the package and if
# developer pushes a commit without opening a PR
# this will still create a package for testing!
push:
branches:
- development
pull_request:
branches:
- development
Expand Down

0 comments on commit e9a88e7

Please sign in to comment.