Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
sharafdin committed Feb 10, 2024
2 parents 69e723a + 4f59961 commit dec9013
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ name: Publish Yonode Package

on:
push:
branches:
- main
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
publish:
# prevents this action from running on forks
if: github.repository == 'sharafdin/yonode'
name: Publish Yonode Package
runs-on: ubuntu-latest

Expand Down

0 comments on commit dec9013

Please sign in to comment.