fix: changed on push and action name
All checks were successful
Build / build-check (pull_request) Successful in 2m59s
All checks were successful
Build / build-check (pull_request) Successful in 2m59s
This commit is contained in:
parent
b14490da1b
commit
5b354d15a6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user