Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
ci: restrict action to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitamet committed Mar 16, 2024
1 parent 02fa50c commit 5e38e2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- "v*.*.*"
branches:
- main

jobs:
build:
Expand Down

0 comments on commit 5e38e2f

Please sign in to comment.