Test gitea actions
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
name: Build & Publish Backend
|
name: Build & Publish Backend
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
- master
|
paths:
|
||||||
- main
|
- "backend/**"
|
||||||
paths:
|
|
||||||
- "backend/**"
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@@ -1,10 +1,8 @@
|
|||||||
name: Build & Publish Backend
|
name: Build & Publish Backend
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
- master
|
paths:
|
||||||
- main
|
- "frontend/**"
|
||||||
paths:
|
|
||||||
- "frontend/**"
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Reference in New Issue
Block a user