fix: changed on push and action name

This commit is contained in:
Arthur Wambst 2025-06-18 19:21:37 +02:00 committed by Arthur Wambst
parent 5a91f7a994
commit 312ce16381
No known key found for this signature in database

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