Skip to content

Commit

Permalink
Update build.yml to trigger on version tag pushes and rename workflow…
Browse files Browse the repository at this point in the history
… for clarity
  • Loading branch information
NithinV404 committed Jan 30, 2025
1 parent e590821 commit 83c3a68
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Build Forklore Application
name: Build and Release

on:
workflow_dispatch:
push:
tags:
- "v*"

permissions:
contents: write

jobs:
build:
Expand Down

0 comments on commit 83c3a68

Please sign in to comment.