Skip to content

Commit

Permalink
Fix CI (#38)
Browse files Browse the repository at this point in the history
* Fix CI

* Update release.yml
# Conflicts:
#	.github/workflows/release.yml
  • Loading branch information
aromanov91 committed Mar 15, 2024
1 parent ed10992 commit eea3ab4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Release

on:
push:
tags:
- "*.*.*"
on:
push:
tags:
- "*.*.*"

jobs:
build:
Expand Down

0 comments on commit eea3ab4

Please sign in to comment.