Skip to content

Commit

Permalink
WIP ready for pr
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed Jun 7, 2024
1 parent 30b779d commit 5123cf6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/gradle-check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
pull_request:
branches:
- "dev"
# push:
# branches:
# - "app-start-test"
push:
branches:
# - "app-start-test"
- "dev"
workflow_dispatch: {}
jobs:
build-linux:
Expand Down Expand Up @@ -47,6 +48,7 @@ jobs:
# attack
- name: Attack container CI
uses: ./.github/actions/attack
if: github.event_name == 'push'
with:
docker_tag: ${{ env.TEST_TAG }}
pat: ${{ secrets.PAT }}
Expand Down

0 comments on commit 5123cf6

Please sign in to comment.