Skip to content

Commit

Permalink
new: disable auto test after each commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Feb 28, 2023
1 parent 01959a4 commit c78d794
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit c78d794

Please sign in to comment.