mirror of
https://github.com/luongz/Japan-IPTV.git
synced 2025-08-07 10:31:52 -04:00
Create main.yml
This commit is contained in:
parent
4fa27ac0c8
commit
38e1271f6e
16
.github/workflows/main.yml
vendored
Normal file
16
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: EPG-Grabber
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
jobs:
|
||||
build:
|
||||
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install epg-grabber
|
||||
run: |
|
||||
echo Install EPG-Grabber
|
||||
npm install -g epg-grabber
|
Loading…
x
Reference in New Issue
Block a user