Skip to content

Commit

Permalink
trigger deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Jan 12, 2024
1 parent 3443190 commit 2bf37b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Test and deploy"
on:
push:
branches:
- main
- master
- development
- deploy
pull_request:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: develop-matrix
if: github.event_name == 'release' # && github.event.action == 'created'
# if: github.event_name == 'release' # && github.event.action == 'created'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2bf37b7

Please sign in to comment.