Skip to content

Commit

Permalink
update tests workflow to exclude tag pushes and refine pull request t…
Browse files Browse the repository at this point in the history
…riggers
  • Loading branch information
tgoelles committed Dec 3, 2024
1 parent 33aa115 commit 20e99d6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
push:
branches:
- '**' # Matches all branches
tags-ignore:
- '**' # Exclude tag pushes
pull_request:
branches:
- '**' # Matches all branches
types:
- opened
- synchronize
- reopened

jobs:
test:
Expand Down

0 comments on commit 20e99d6

Please sign in to comment.