Skip to content

Commit

Permalink
fix: change action mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chenmo1212 committed Apr 1, 2024
1 parent 4dfea2a commit 22e44ba
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflow/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: FIKA Reading Deployment
run-name: ${{ github.actor }} is deploying ${{ github.repository }} 🚀
on:
pull_request:
branches:
- main
types:
- closed
push:
branches:
- develop
on: [push]
# pull_request:
# branches:
# - main
# types:
# - closed
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 22e44ba

Please sign in to comment.