Skip to content

Commit

Permalink
Limit auto generation of .m3u8 files to 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jnk22 committed Dec 19, 2021
1 parent 01e17ae commit 18cc4de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update_m3u.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Update .m3u files
on: push
on:
push:
branches:
- master

jobs:
run:
Expand Down

0 comments on commit 18cc4de

Please sign in to comment.