Skip to content

Commit 83c3a68

Browse files
committed
Update build.yml to trigger on version tag pushes and rename workflow for clarity
1 parent e590821 commit 83c3a68

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
name: Build Forklore Application
1+
name: Build and Release
22

33
on:
4-
workflow_dispatch:
4+
push:
5+
tags:
6+
- "v*"
7+
8+
permissions:
9+
contents: write
510

611
jobs:
712
build:

0 commit comments

Comments
 (0)