Make sure checks also run on main
This commit is contained in:
parent
136760dfa1
commit
292d4e2c9a
6
.github/workflows/check_api.yml
vendored
6
.github/workflows/check_api.yml
vendored
|
|
@ -5,6 +5,12 @@ on:
|
|||
paths:
|
||||
- api/**
|
||||
- .github/workflows/check_api.yml
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- api/**
|
||||
- .github/workflows/check_api.yml
|
||||
|
||||
# Fail on warnings
|
||||
env:
|
||||
|
|
|
|||
7
.github/workflows/check_frontend.yml
vendored
7
.github/workflows/check_frontend.yml
vendored
|
|
@ -6,6 +6,13 @@ on:
|
|||
- frontend/**
|
||||
- .github/workflows/check_frontend.yml
|
||||
- '!frontend/src/i18n/locales/**'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- frontend/**
|
||||
- .github/workflows/check_frontend.yml
|
||||
- '!frontend/src/i18n/locales/**'
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
|
|||
Loading…
Reference in a new issue