Skip to content

Commit

Permalink
restrict tags for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Aug 25, 2024
1 parent c747450 commit 6b07b24
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Build

on: [push]
on:
pull_request:
push:
branches:
- main
tags:
- "v*.*.*"

jobs:
build:
Expand Down

0 comments on commit 6b07b24

Please sign in to comment.