Skip to content

Commit

Permalink
Ignoring tags in Check & Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lordgiotto committed Feb 2, 2024
1 parent e0c218a commit 673a03a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/check-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Check & Test

on:
push:
branches: ['main']
branches:
- 'main'
tags-ignore:
- '**'
pull_request:
branches: ['main']
branches:
- 'main'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 673a03a

Please sign in to comment.