fix: changed on push and action name
All checks were successful
Build / build-check (pull_request) Successful in 2m59s

This commit is contained in:
Arthur Wambst 2025-06-18 19:21:37 +02:00
parent b14490da1b
commit 5b354d15a6

View File

@ -1,9 +1,18 @@
name: Build
run-name: CI/CD website
on: [push]
on:
push:
branches:
- main
- dev
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
- dev
jobs:
Explore-Gitea-Actions:
build-check:
runs-on: ubuntu-latest
steps:
- name: Check out repository code