Skip to content

Commit

Permalink
Update to run tests on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkuffa authored Nov 4, 2024
1 parent 3a0f7fd commit a96ba44
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/run-hurl-tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
name: Run Hurl Tests

on:
repository_dispatch:
types: [hurl-tests]
push:
branches:
- master
- "backend/**"
pull_request:
branches:
- master
- "backend/**"
# these path settings ensure this workflow only executes on a push
# to this YML itself, or any file in the backend or scopeBackend folders

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a96ba44

Please sign in to comment.