Skip to content

Commit

Permalink
Trigger publish on v3 branch release
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyash-carousell committed Dec 1, 2023
1 parent d6f41d1 commit 599231e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: CI

# Controls when the workflow will run
on:
# Triggers the workflow on release
# Triggers the workflow on release of v3 branch
release:
types: [created]
types: [published]
branches: [v3]
# pull_request:
# branches: [ master ]

Expand Down

0 comments on commit 599231e

Please sign in to comment.