Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuany committed Aug 6, 2023
1 parent 9b95cff commit 56671f3
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
name: release
# on:
# push:
# branches: ["main"]
# pull_request:
# branches: ["main"]

on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
# Sequence of patterns matched against refs/tags
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
build:
name: build
Expand Down

0 comments on commit 56671f3

Please sign in to comment.