We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4aaab commit 0a3c47bCopy full SHA for 0a3c47b
1 file changed
.github/workflows/build.yml
@@ -3,14 +3,16 @@ name: Build
3
on:
4
workflow_dispatch:
5
pull_request:
6
- types: [opened, reopened]
+ types: [opened, reopened, synchronize]
7
paths:
8
- 'src/**'
9
- - '*.slnx'
10
- '.github/workflows/build.yml'
11
push:
12
branches:
13
- main
+ paths:
14
+ - 'src/**'
15
+ - '.github/workflows/build.yml'
16
17
jobs:
18
build:
0 commit comments