Skip to content

Commit

Permalink
Start build workflow on tag (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
remyroy authored Sep 16, 2024
1 parent 3db5846 commit b27e887
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: ci-build
run-name: ${{ github.actor }} is running ci-build
on: [workflow_dispatch]
on:
workflow_dispatch:
push:
tags:
- v*
jobs:
ci-build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b27e887

Please sign in to comment.