Skip to content

Commit

Permalink
111
Browse files Browse the repository at this point in the history
  • Loading branch information
dengfuping committed Mar 13, 2024
1 parent d5c3763 commit 1fd9776
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sync-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
on:
# Runs on pushes targeting the default branch
push:
branches: ['feature']
branches: ['feature', 'dengfuping-workflow']

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions:
contents: write

jobs:
build:
if: github.repository == 'oceanbase/oceanbase-design'
Expand Down

0 comments on commit 1fd9776

Please sign in to comment.