This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit-sample.git
The following commit(s) were added to refs/heads/master by this push:
new a713476 Fix build configuration
a713476 is described below
commit a713476da85698a73a22f4833b095342ae2654f8
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sat Nov 11 17:12:11 2023 +0100
Fix build configuration
---
.github/workflows/build.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 9340cbb..fed9686 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -20,7 +20,7 @@ name: build
on:
push:
branches:
- - "main"
+ - "master"
paths-ignore:
- "**.adoc"
- "**.md"