chore: run GH actions on push to main branch

This commit is contained in:
Ali BARIN
2023-09-13 20:10:03 +00:00
parent c4ccab6a5d
commit b96ba69a72
2 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
name: Automatisch CI
on: [pull_request]
on:
push:
branches:
- main
pull_request:
jobs:
linter:
runs-on: ubuntu-latest

View File

@@ -1,8 +1,9 @@
name: Automatisch UI Tests
on:
push:
schedule:
- cron: '0 12 * * *'
branches:
- main
pull_request:
workflow_dispatch:
env: