Skip to content

Commit

Permalink
Update release-package workflow may now only run on a tag push.
Browse files Browse the repository at this point in the history
  • Loading branch information
declaresub authored Dec 25, 2024
1 parent 6dc48bc commit 561ced6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build Package
on: push
on:
push:
tags:
- v*
jobs:
build:
name: Build abnf distribution
Expand Down

0 comments on commit 561ced6

Please sign in to comment.