Skip to content

Commit

Permalink
chore: fix release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Nov 4, 2023
1 parent e86f8df commit a9310f6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: CI
name: Release

on:
pull_request:
branches:
- ["main", "release-*"]
branches: ["main", "release-*"]
push:
branches:
- main
branches: ["main"]

jobs:
test:
Expand Down

0 comments on commit a9310f6

Please sign in to comment.