We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b8898 commit d43574dCopy full SHA for d43574d
1 file changed
.github/workflows/development.yml
@@ -6,16 +6,19 @@ on:
6
push:
7
branches:
8
- develop
9
- paths-ignore:
10
- - 'docs/**'
11
- - '.vscode/**'
+ paths:
+ - 'src/**'
+ - '.build/**'
12
+ - 'Dockerfile'
13
14
pull_request:
15
16
- '*'
17
18
19
20
21
+ workflow_dispatch:
22
23
jobs:
24
build:
0 commit comments