Skip to content

Commit

Permalink
ci: ignore ** branch
Browse files Browse the repository at this point in the history
  • Loading branch information
anoriqq authored Jul 21, 2022
1 parent f8c937f commit 5d72f45
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ name: release

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

jobs:
release:
if: ${{ github.ref_type == 'tag' && github.event.base_ref=='refs/heads/main' }}
runs-on: ubuntu-latest
steps:

Expand Down

0 comments on commit 5d72f45

Please sign in to comment.