Skip to content

Commit

Permalink
ci: stop unuse flow
Browse files Browse the repository at this point in the history
  • Loading branch information
RealKai42 committed Feb 17, 2024
1 parent ec92913 commit 44792ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Azure Static Web Apps CI/CD

on:
push:
branches:
- master
# on:
# push:
# branches:
# - master

jobs:
build_and_deploy_job:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Deployment to AliYun
on:
push:
branches:
- master
# on:
# push:
# branches:
# - master
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 44792ea

Please sign in to comment.