fix: changed on push and action name
This commit is contained in:
parent
5a91f7a994
commit
312ce16381
@ -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