Skip to content

Commit

Permalink
Updating job conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipos committed Oct 23, 2024
1 parent e66266b commit 47b0a64
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/wireshark-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Wireshark Plugin

on: [push]
on:
schedule:
- cron: '0 0 * * 0'
push:
branches:
- main
pull_request: {} # any target


jobs:
build:
Expand Down Expand Up @@ -67,4 +74,4 @@ jobs:
ctest -V
tshark -G protocols | grep bpsec-cose
tshark -G protocols | grep bpv7.acme

0 comments on commit 47b0a64

Please sign in to comment.