mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-18 13:34:06 +01:00
Run only when pull to main branches
This commit is contained in:
parent
38e09f80b6
commit
2e4d8d441f
5
.github/workflows/playwright.yml
vendored
5
.github/workflows/playwright.yml
vendored
@ -1,6 +1,9 @@
|
||||
name: Playwright Tests
|
||||
|
||||
on: pull_request
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user