Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Aug 4, 2023
1 parent 55fcd0a commit 4b37f39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: Changesets
on:
push:
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
branches:
- main
env:
CI: true
PNPM_CACHE_FOLDER: .pnpm-store
jobs:
version:
timeout-minutes: 15
if: ${{ github.repository_owner == 'axetroy' }}
runs-on: ubuntu-latest
steps:
- name: checkout code repository
Expand Down

0 comments on commit 4b37f39

Please sign in to comment.