There was an error while loading. Please reload this page.
1 parent 019a216 commit 6ebfd13Copy full SHA for 6ebfd13
1 file changed
.github/workflows/test.yml
@@ -6,9 +6,18 @@ env:
6
# Controls when the action will run. Triggers the workflow on push or pull request
7
# events but only for the development branch
8
on:
9
+ # Run on push and pull requests on any branch, but ignore if change doesn't affect code.
10
push:
- branches:
11
- - master
+ paths-ignore:
12
+ - 'README.md'
13
+ - 'docs/**'
14
+ pull_request:
15
16
17
18
+ # Allows you to run this workflow manually from the Actions tab
19
+ workflow_dispatch:
20
+
21
22
jobs:
23
build:
0 commit comments