Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
Allow ci on the branch
Browse files Browse the repository at this point in the history
  • Loading branch information
64ArthurAraujo committed Apr 25, 2024
1 parent 1711eac commit fce31e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Playwright Tests
on:
push:
branches: [ main, master ]
branches: [ main, master, playwright-ci ]
pull_request:
branches: [ main, master ]
branches: [ main, master, playwright-ci ]
jobs:
start-app:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fce31e1

Please sign in to comment.