Skip to content

Commit

Permalink
chore: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rfoel committed Oct 15, 2021
1 parent 31a6418 commit 6c89ae1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .github/FUNDING.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Develop
name: Push to develop branch

on:
push:
branches:
- develop

jobs:
develop:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: '14.x'
- run: npm install
- run: npm test
- run: npm run lint
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish
name: Push to main branch

on:
push:
Expand All @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: '14.x'
- run: npm install
- run: npm test
- run: npm run lint
Expand Down

0 comments on commit 6c89ae1

Please sign in to comment.