Skip to content

Commit

Permalink
Adjusted GA build for tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
pefribeiro committed May 25, 2024
1 parent 618cf7f commit daffb5f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ name: CI

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main", "product" ]
pull_request:
branches: [ "main" ]

tags:
- 'v*'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit daffb5f

Please sign in to comment.