Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RedMan13 authored Sep 23, 2023
1 parent 7705e12 commit c56c7aa
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: Node.js CI
#test

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [push]

jobs:
build:
ping-pong:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '12.x'
- run: npm install
- run: npm test
- name: Repository Dispatch
uses: peter-evans/[email protected]
with:
token: ${{ secrets.t }}
event-type: update
repository: PenguinMod/penguinmod.github.io
- name: Repository Dispatch2
uses: peter-evans/[email protected]
with:
token: ${{ secrets.t }}
event-type: update
repository: PenguinMod/PenguinMod-Packager

0 comments on commit c56c7aa

Please sign in to comment.