Skip to content

Commit

Permalink
Trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chi3316 committed Aug 29, 2024
1 parent 6a28579 commit bc47893
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: PUSH-CI

on:
push:
branches: [master, develop]
branches: [master, develop, fix-network-util-bug]
#schedule:
# - cron: "0 18 * * *" # TimeZone: UTC 0

Expand All @@ -15,7 +15,6 @@ env:

jobs:
dist-tar:
if: github.repository == 'apache/rocketmq'
name: Build dist tar
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down

0 comments on commit bc47893

Please sign in to comment.