Skip to content

Commit

Permalink
Merge pull request #7 from 2060-io/dev
Browse files Browse the repository at this point in the history
updated CI
  • Loading branch information
mjfelis authored Feb 20, 2024
2 parents 0a5a280 + 43f226c commit ce7bc0f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

name: CI

on: workflow_dispatch

on:
push:
branches: [ main ]
workflow_dispatch:

env:
QUARKUS_CONTAINER_IMAGE_USERNAME: ${{ secrets.DOCKER_HUB_LOGIN }}
QUARKUS_CONTAINER_IMAGE_PASSWORD: ${{ secrets.DOCKER_HUB_PWD }}
Expand Down

0 comments on commit ce7bc0f

Please sign in to comment.