Skip to content

Commit

Permalink
exec release only on master
Browse files Browse the repository at this point in the history
  • Loading branch information
iuccio committed Mar 22, 2024
1 parent e31ae5a commit 7c891cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-cd.yml
@@ -1,8 +1,6 @@
name: Node CI

on:
push:
branches: [ master ]
on: [push]

jobs:
build:
Expand Down Expand Up @@ -31,6 +29,7 @@ jobs:
needs: build
name: release
runs-on: ubuntu-latest
if: contains(github.ref, "master")
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7c891cc

Please sign in to comment.