mirror of
https://github.com/actions/setup-node.git
synced 2025-12-15 09:21:40 +08:00
.
This commit is contained in:
9
.github/workflows/workflow.yml
vendored
9
.github/workflows/workflow.yml
vendored
@@ -1,5 +1,12 @@
|
||||
name: Main workflow
|
||||
on: [push]
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- releases/*
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
||||
Reference in New Issue
Block a user