Merge branch 'dev' into arthur.wambst/content-refactoring
All checks were successful
Build / build-check (pull_request) Successful in 51s
All checks were successful
Build / build-check (pull_request) Successful in 51s
This commit is contained in:
commit
d3ec4524a7
@ -1,9 +1,18 @@
|
|||||||
name: Build
|
name: Build
|
||||||
run-name: CI/CD website
|
run-name: CI/CD website
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- dev
|
||||||
|
pull_request:
|
||||||
|
types: [opened, synchronize, reopened]
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- dev
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
build-check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user