Skip to content

Commit

Permalink
Attempt to trigger tests on a pull request updated by autorebase forc…
Browse files Browse the repository at this point in the history
…e push
  • Loading branch information
jaroslavtyc committed Jan 31, 2025
1 parent 7992055 commit 11442b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Run tests
on:
push:
branches:
- '**' # Ensure tests run on all branches, except beta and main
# beta a main si pouští testy samy, před deployem,
# viz deploy-beta.yml a deploy-ostra.yml
- '!beta'
Expand All @@ -17,6 +18,9 @@ on:
pull_request:
branches:
- main
types:
- opened
- synchronize # Ensures tests rerun on force-pushes

jobs:
run-tests:
Expand Down

0 comments on commit 11442b0

Please sign in to comment.