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 cc59691
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 All @@ -29,6 +27,7 @@ jobs:

release:
needs: build
if: github.ref == 'refs/heads/master'
name: release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit cc59691

Please sign in to comment.