Skip to content

Commit

Permalink
run wf only on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Jun 17, 2024
1 parent f5367a4 commit 2225b0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
name: Build carbonapp
on:
push:
branches:
- main
tags:
- '*'
release:
types: [created]
#branches:
# - main
#release:
# types: [created]

jobs:
fyne-cross-and-release:
Expand Down

0 comments on commit 2225b0d

Please sign in to comment.