Disable push trigger for master branch
Comment out the push trigger for the master branch.
This commit is contained in:
4
.github/workflows/deploy-aliyun-oss.yml
vendored
4
.github/workflows/deploy-aliyun-oss.yml
vendored
@@ -1,8 +1,8 @@
|
||||
name: Deploy to Aliyun OSS
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ 'master' ]
|
||||
# push:
|
||||
# branches: [ 'master' ]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user