Skip to content

Commit

Permalink
chore: enable actions on trawler-v1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rickymoorhouse committed Sep 13, 2024
1 parent 6862dfc commit 2a77c49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ main ]
branches: [ trawler-v1 ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
branches: [ trawler-v1 ]
schedule:
- cron: '31 21 * * 4'

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:
push:
# Publish `main` as Docker `latest` image.
branches:
- main
- trawler-v1
# Publish `v1.2.3` tags as releases.
tags:
- v*

pull_request:
branches: [ main ]
branches: [ trawler-v1 ]

env:
IMAGE_NAME: ghcr.io/ibm/apiconnect-trawler/trawler
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: ${{ env.IMAGE_NAME }}
tags: latest ${{ github.ref_name }}
tags: ${{ github.ref_name }}
containerfiles: |
./Containerfile
Expand All @@ -77,4 +77,4 @@ jobs:
with:
registry: "ghcr.io"
image: ${{ steps.build-image.outputs.image }}
tags: latest ${{ github.ref_name }}
tags: ${{ github.ref_name }}

0 comments on commit 2a77c49

Please sign in to comment.