Skip to content

Commit

Permalink
Merge branch 'main' into feat/append-stats
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey authored Mar 29, 2021
2 parents ef33818 + af5841c commit 66eaf5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

ci:
needs: should-skip
if: ${{needs.should-skip.outputs.should-skip-job != 'true'}}
if: ${{needs.should-skip.outputs.should-skip-job != 'true' || github.ref == 'refs/heads/main'}}
strategy:
fail-fast: false
matrix:
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"global": "^4.4.0",
"m3u8-parser": "4.6.0",
"mpd-parser": "0.15.4",
"mux.js": "5.10.0",
"mux.js": "5.11.0",
"video.js": "^6 || ^7"
},
"devDependencies": {
Expand Down

0 comments on commit 66eaf5f

Please sign in to comment.