Skip to content

Commit

Permalink
chore: release on 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed May 8, 2024
1 parent 7f4b4f0 commit fb3ba81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ master ]
branches: [ master, 1.x ]
pull_request:
branches: [ master ]
branches: [ master, 1.x ]

jobs:
Job:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
push:
branches: [ master ]
branches: [ master, 1.x ]

jobs:
release:
Expand Down

0 comments on commit fb3ba81

Please sign in to comment.