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 # 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 */