ci(e2e): Add e2e ci
This commit is contained in:
parent
1a278fdcea
commit
ba670223de
4 changed files with 64 additions and 0 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -3,6 +3,13 @@ name: Polyglot CI
|
|||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
paths:
|
||||
- '**.java'
|
||||
- '**.go'
|
||||
- '.justfile'
|
||||
- '**.js'
|
||||
- '**.svelte'
|
||||
- '**.css'
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue