Skip to content

Commit

Permalink
Merge pull request #328 from Aiven-Open/enable-gh-actions-for-s3-source
Browse files Browse the repository at this point in the history
chore: enabling GH actions for PRs into S3 source feature branch
  • Loading branch information
aindriu-aiven authored Nov 5, 2024
2 parents 399c883 + d3e85e8 commit ec96a72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ name: "CodeQL"

on:
push:
branches: [main]
branches:
- main
- s3-source-release
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
branches:
- main
- s3-source-release
schedule:
- cron: "42 20 * * 6"

Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/main_push_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
name: Main and pull request checks
on:
push:
branches: [ main ]
branches:
- main
- s3-source-release
pull_request:
branches: [ main ]
branches:
- main
- s3-source-release
jobs:
build:
strategy:
Expand Down

0 comments on commit ec96a72

Please sign in to comment.