Disable push trigger for master branch

Comment out the push trigger for the master branch.
This commit is contained in:
SMGoro
2025-10-21 09:28:14 +08:00
committed by GitHub
parent c647779c58
commit 249d7ee80d

View File

@@ -1,8 +1,8 @@
name: Deploy to Aliyun OSS
on:
push:
branches: [ 'master' ]
# push:
# branches: [ 'master' ]
workflow_dispatch:
permissions: