Skip to content

Commit 1aed52b

Browse files
authored
Trigger builds for all changes
1 parent 1eedaeb commit 1aed52b

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
name: Build
2-
on:
3-
push:
4-
paths:
5-
- 'src/**'
6-
- '**.yml'
7-
- '**.xml'
8-
- '**.Dockerfile'
9-
pull_request:
10-
paths:
11-
- 'src/**'
12-
- '**.yml'
13-
- '**.xml'
14-
- '**.Dockerfile'
2+
on: [push, pull_request]
153
jobs:
164
build:
175
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)