From 533ba992380eb958e416e8194eed06c321a39600 Mon Sep 17 00:00:00 2001 From: Matt Cliff Date: Sat, 9 Nov 2024 17:26:44 +0000 Subject: [PATCH] update actions --- .github/workflows/codeql-analysis.yml | 16 ++++++++-------- .github/workflows/s3-publish.yml | 18 +++++++++--------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6e82773..61c2650 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -11,14 +11,14 @@ # name: "CodeQL" -on: - push: - branches: [ master ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ master ] - schedule: - - cron: '23 12 * * 4' +on: [ push ] + # push: + # branches: [ master ] + # pull_request: + # # The branches below must be a subset of the branches above + # branches: [ master ] + # schedule: + # - cron: '23 12 * * 4' jobs: analyze: diff --git a/.github/workflows/s3-publish.yml b/.github/workflows/s3-publish.yml index 21b65c7..cad85c0 100644 --- a/.github/workflows/s3-publish.yml +++ b/.github/workflows/s3-publish.yml @@ -5,15 +5,15 @@ # # ref: https://github.com/mcliff1/cliffconsulting/new/master?filename=.github%2Fworkflows%2Faws.yml&workflow_template=aws name: AWS Publish -# -# on: -# pull_request: -# branches: -# - master -# - release/dev -# push: -# - feature/* -on: [push] + +on: + pull_request: + branches: + - master + - release/dev + #push: + # - feature/* +#on: [push] jobs: