Update CI.yml

This commit is contained in:
bggRGjQaUbCoE
2024-08-30 12:29:37 +08:00
committed by GitHub
parent f220d10727
commit c88101c2b5

View File

@@ -2,15 +2,15 @@ name: CI
on:
workflow_dispatch:
push:
branches:
- 'main'
paths-ignore:
- '**.md'
- '**.txt'
- '.github/**'
- '.idea/**'
- '!.github/workflows/CI.yml'
# push:
# branches:
# - 'main'
# paths-ignore:
# - '**.md'
# - '**.txt'
# - '.github/**'
# - '.idea/**'
# - '!.github/workflows/CI.yml'
jobs:
update_version: