Skip to content

Commit

Permalink
change CI trigger to tag creation
Browse files Browse the repository at this point in the history
  • Loading branch information
codeprefect authored and arnaudroques committed Sep 10, 2021
1 parent eee8ca6 commit 61cbf1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Main
on:
release:
types: [published]
push:
tags:
- '*'

jobs:
build:
Expand Down

0 comments on commit 61cbf1d

Please sign in to comment.