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:
|
paths:
|
||||||
- api/**
|
- api/**
|
||||||
- .github/workflows/check_api.yml
|
- .github/workflows/check_api.yml
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
- api/**
|
||||||
|
- .github/workflows/check_api.yml
|
||||||
|
|
||||||
# Fail on warnings
|
# Fail on warnings
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
7
.github/workflows/check_frontend.yml
vendored
7
.github/workflows/check_frontend.yml
vendored
|
|
@ -6,6 +6,13 @@ on:
|
||||||
- frontend/**
|
- frontend/**
|
||||||
- .github/workflows/check_frontend.yml
|
- .github/workflows/check_frontend.yml
|
||||||
- '!frontend/src/i18n/locales/**'
|
- '!frontend/src/i18n/locales/**'
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
- frontend/**
|
||||||
|
- .github/workflows/check_frontend.yml
|
||||||
|
- '!frontend/src/i18n/locales/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue