Skip to content

Commit

Permalink
更改混淆Actions为 手动;
Browse files Browse the repository at this point in the history
  • Loading branch information
cmliu authored Dec 12, 2024
1 parent 9d0b863 commit a6802f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/obfuscator.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Obfuscate and Commit

on:
push:
paths:
- '明文源码.js'
#push:
# paths:
# - '明文源码.js'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
branch: ${{ github.ref }}

0 comments on commit a6802f1

Please sign in to comment.