Skip to content

Commit

Permalink
Allow to test workflows (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakozaur authored May 2, 2024
1 parent edf8a19 commit 3f7549d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch: # Handy for testing

jobs:
quesma-test-and-compile:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build Quesma container image for internal uses (nigthly repository)
on:
push:
branches: [ "main" ]
workflow_dispatch: # Handy for testing

jobs:
build-quesma-docker-image:
Expand Down

0 comments on commit 3f7549d

Please sign in to comment.