We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0149d1e commit d9e4584Copy full SHA for d9e4584
.github/workflows/build-zeek.yml
@@ -1,8 +1,9 @@
1
name: Build Zeek (Updated Flow)
2
3
on:
4
- workflow_dispatch:
5
-
+ push:
+ paths:
6
+ - 'zeek/**'
7
jobs:
8
build:
9
runs-on: ubuntu-latest
0 commit comments