1
0
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:
Trần Đình Lượng 2022-08-30 20:51:05 +07:00 committed by GitHub
parent 4fa27ac0c8
commit 38e1271f6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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