Skip to content

Commit

Permalink
change build workflow triggers, try push on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronis committed Jan 20, 2024
1 parent 2517050 commit f2cb4ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build ifacetool
on: workflow_dispatch
on:
- workflow_dispatch
- push:
tags:
- 0.6-*
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f2cb4ac

Please sign in to comment.