Skip to content

Commit

Permalink
ci: update test workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar authored Aug 19, 2021
1 parent a309119 commit f5d1e30
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ name: Testing
on:
push:
branches:
- "**"

- master
paths-ignore:
- 'docs/**'
pull_request:
branches:
- '**'
paths-ignore:
- 'docs/**'
jobs:
nodejs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f5d1e30

Please sign in to comment.