Skip to content

Commit

Permalink
release on product branch only
Browse files Browse the repository at this point in the history
  • Loading branch information
zaoying authored Feb 19, 2024
1 parent 9a43d9b commit d37ab02
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: 'publish'

on: pull_request
on:
push:
branches: [ "product" ]
pull_request:
branches: [ "product" ]

jobs:
create-release:
Expand Down

0 comments on commit d37ab02

Please sign in to comment.