Skip to content

Commit

Permalink
Merge pull request #50 from Dapp-Learning-DAO/feature/better
Browse files Browse the repository at this point in the history
simplify CI
  • Loading branch information
hotaplayer authored Nov 4, 2023
2 parents 43a67b4 + 22a39aa commit 0543c55
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@ on:
push:
# 分支
branches: [ main ]
pull_request_target:
branches: [ main ]
types: [closed]
workflow_dispatch:

jobs:
build:
if: |
github.event.pull_request.merged == true ||
github.event_name == 'push' ||
github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0543c55

Please sign in to comment.