diff options
author | lns <matzeton@googlemail.com> | 2022-09-14 00:30:23 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2022-09-14 11:22:41 +0200 |
commit | b8cfe1d6d3c4f52d3bbaf3e4beb80903f9310830 (patch) | |
tree | f67d9e6b5ae63f1cfecc036494988fe9bc56aebd /.github/workflows/build.yml | |
parent | d4633c11927683865d8b7bec5e0e4162bae82a60 (diff) |
Fixed last pkt time.
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f6292a742..6e10d680c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,7 @@ on: push: branches: - main + - tmp pull_request: branches: - main |