chore: run GH actions on push to main branch
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -1,5 +1,10 @@
|
|||||||
name: Automatisch CI
|
name: Automatisch CI
|
||||||
on: [pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linter:
|
linter:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
5
.github/workflows/playwright.yml
vendored
5
.github/workflows/playwright.yml
vendored
@@ -1,8 +1,9 @@
|
|||||||
name: Automatisch UI Tests
|
name: Automatisch UI Tests
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
schedule:
|
branches:
|
||||||
- cron: '0 12 * * *'
|
- main
|
||||||
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user