Skip to content

Commit

Permalink
test pipeline with commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Oct 18, 2024
1 parent b9fddd4 commit 3ac4130
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- master
pull_request:
branches:
- master

env:
MONGO_USER: "root"
Expand Down Expand Up @@ -43,8 +46,8 @@ jobs:
build-push-ghcr:
needs: test
uses:
ClubCedille/cedille-workflows/.github/workflows/build-push-ghcr.yaml@master
uses: ClubCedille/cedille-workflows/.github/workflows/build-push-ghcr.yaml@master
with:
container-name: ${{ github.event.repository.name }}
secrets: inherit
push-latest: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
secrets: inherit

0 comments on commit 3ac4130

Please sign in to comment.