Skip to content

Commit

Permalink
Added appropriate branches for hurl tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lgwallis authored Nov 2, 2024
1 parent 66b83e0 commit a2f2d17
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/run-hurl-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ name: Run Hurl Tests

on:
push:
branches: [ main ]
branches:
- master
- "backend/"
- "backend/scopeBackend"
pull_request:
branches: [ main ]

branches:
- master
- "backend/"
- "backend/scopeBackend"
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a2f2d17

Please sign in to comment.