Skip to content

Commit

Permalink
Limit workflow triggers & update actions (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed May 10, 2022
1 parent e9d2b94 commit c5231ea
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/test.yml
@@ -1,5 +1,13 @@
name: Tests
on: [push, pull_request]

on:
push:
branches:
- master
pull_request:
branches:
- master

env:
CI: true

Expand All @@ -16,10 +24,10 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Set Node.js version
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit c5231ea

Please sign in to comment.