Skip to content

Commit

Permalink
pull request invoke
Browse files Browse the repository at this point in the history
  • Loading branch information
JingweiZhang12 committed Apr 10, 2023
1 parent e01beea commit 56e58ed
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions .github/workflows/merge_stage_test.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
name: merge_stage_test

# on:
# push:
# paths-ignore:
# - 'README.md'
# - 'README_zh-CN.md'
# - 'docs/**'
# - 'demo/**'
# - '.dev_scripts/**'
# - '.circleci/**'
# branches:
# - dev-1.x

on:
push:
paths-ignore:
- 'README.md'
- 'README_zh-CN.md'
- 'docs/**'
- 'demo/**'
- '.dev_scripts/**'
- '.circleci/**'
branches:
- dev-1.x
pull_request:
paths-ignore:
- 'README.md'
- 'README_zh-CN.md'
- 'docs/**'
- 'demo/**'
- '.dev_scripts/**'
- '.circleci/**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 56e58ed

Please # to comment.