From 0168ced5bb4efcbdeabbaf5b2b1ce1fc023752e4 Mon Sep 17 00:00:00 2001 From: l4kr Date: Wed, 13 Sep 2023 15:21:42 +0200 Subject: [PATCH 1/2] acid testing --- modules/appheader/appheader.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/appheader/appheader.css b/modules/appheader/appheader.css index a111075..896a43a 100644 --- a/modules/appheader/appheader.css +++ b/modules/appheader/appheader.css @@ -310,3 +310,5 @@ height: calc(4em + env(safe-area-inset-top, 0)); } } + +/* test lint comment moment */ -- 2.45.2 From aa354968d39da8f6fbcca4dcb788194c11084631 Mon Sep 17 00:00:00 2001 From: l4kr Date: Wed, 13 Sep 2023 15:23:16 +0200 Subject: [PATCH 2/2] acid testing --- .github/workflows/futon-deploy.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/futon-deploy.yaml b/.github/workflows/futon-deploy.yaml index 8ac2181..43dec7f 100644 --- a/.github/workflows/futon-deploy.yaml +++ b/.github/workflows/futon-deploy.yaml @@ -10,11 +10,9 @@ name: Lint Code Base # Start the job on all push # ############################# on: - push: - branches-ignore: [master, main] - # Remove the line above to run when pushing to master or main pull_request: - branches: [master, main] + types: [closed] + branches: [main] ############### # Set the Job # -- 2.45.2