mirror of
https://github.com/iptv-org/iptv
synced 2025-12-16 10:26:48 -05:00
Update format.yml
This commit is contained in:
13
.github/workflows/format.yml
vendored
13
.github/workflows/format.yml
vendored
@@ -1,13 +1,16 @@
|
||||
name: format
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
types: [closed]
|
||||
branches:
|
||||
- master
|
||||
# pull_request:
|
||||
# types: [closed]
|
||||
# branches:
|
||||
# - master
|
||||
# schedule:
|
||||
# - cron: "0 12 * * *"
|
||||
jobs:
|
||||
on_trigger:
|
||||
if: github.event_name == 'workflow_dispatch'
|
||||
# if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
|
||||
if: ${{ github.event_name == 'workflow_dispatch' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user