Skip to content

Commit

Permalink
set backend ci to not trigger when a tag is pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Mar 29, 2024
1 parent a4924c3 commit bd36a73
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/website_backend_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: Run Website Backend Tests

on:
push:
paths:
- "src/web/**"
- "tests/web/Jordnaer.Tests/**"
- ".github/workflows/website_backend_ci.yml"
workflow_dispatch:
branches:
- "*"
tags:
- "!*"

env:
WORKING_DIRECTORY: tests/web/Jordnaer.Tests
Expand Down

0 comments on commit bd36a73

Please sign in to comment.