Skip to content

Commit

Permalink
Run workflow on workflow_dispatch event
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyalsoldier committed Oct 27, 2020
1 parent 12b0214 commit 4ef5289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml → .github/workflows/run.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Generate RULE-SET for Premium Edition of Clash
on:
workflow_dispatch:
schedule:
- cron: "30 22 * * *"
push:
Expand All @@ -9,7 +10,6 @@ on:
- "**/README.md"
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set variables
Expand Down Expand Up @@ -95,4 +95,4 @@ jobs:
git add .
git commit -m "${{ env.RELEASE_NAME }}"
git remote add origin "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}"
git push -f -u origin release
git push -f origin release

0 comments on commit 4ef5289

Please sign in to comment.