Skip to content

Commit

Permalink
Fixed Github Actions worflows triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed May 3, 2023
1 parent 53e8fb7 commit 9a6ab22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Expand Up @@ -6,7 +6,7 @@ on:
- master
paths:
- doc/**
- .github/workflow/gh-pages.yml
- .github/workflows/gh-pages.yml

jobs:

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/node-ci.yml
Expand Up @@ -4,11 +4,12 @@ on:
push:
paths:
- src/**
- types/**
- test/**
- Gruntfile.js
- .jshintrc
- .jscsrc
- .github/workflow/node-ci.yml
- .github/workflows/node-ci.yml
pull_request:
paths:
- src/**
Expand Down

0 comments on commit 9a6ab22

Please sign in to comment.