modifs CI forgejo pour activation sur toutes les branches
This commit is contained in:
parent
28e27da6aa
commit
51abef913b
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@ name: CI Workflow
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- "*"
|
||||||
- 'feature/*'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-test:
|
build-and-test:
|
||||||
|
|
Loading…
Reference in a new issue