mirror of
https://github.com/actions/setup-python.git
synced 2025-12-08 03:21:55 -03:00
This reverts commit bdd6409dc1.
This commit is contained in:
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Main workflow
|
||||
on: [push, pull_request]
|
||||
on: [push]
|
||||
jobs:
|
||||
run:
|
||||
name: Run
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Set Node.js 10.x
|
||||
uses: actions/setup-node@master
|
||||
with:
|
||||
node-version: 10.x
|
||||
version: 10.x
|
||||
|
||||
- name: npm install
|
||||
run: npm install
|
||||
|
||||
Reference in New Issue
Block a user