Skip to content

Commit

Permalink
Dont run release on regular branch pushes, only tag
Browse files Browse the repository at this point in the history
  • Loading branch information
paradox460 committed Oct 10, 2024
1 parent 251462b commit 565215c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@ name: Build and release NIFs

on:
push:
branches: main
tags:
- 'v*'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.sha }}
cancel-in-progress: true

jobs:
build_release:
name: NIF ${{ matrix.nif }} - ${{ matrix.job.target }} (${{ matrix.job.os }})
Expand Down

0 comments on commit 565215c

Please sign in to comment.