Skip to content

Commit

Permalink
Lagt til log for jobb og endret til pull_requests
Browse files Browse the repository at this point in the history
  • Loading branch information
stigebil committed Sep 9, 2024
1 parent 014f513 commit 2977bb7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-and-deploy-preprod.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Build-Deploy-Preprod
on:
push:
branches-ignore:
- 'main'
pull_request:
workflow_dispatch:

jobs:
Expand All @@ -21,6 +19,10 @@ jobs:
java-version: 21
distribution: 'temurin'
cache: 'maven'
- name: Dump github.event.pull_request.user.login
env:
GITHUB_USER_LOGIN: ${{ github.event.pull_request.user.login }}
run: echo "$GITHUB_USER_LOGIN"
- name: Bygg med maven
env:
GITHUB_USERNAME: x-access-token
Expand Down

0 comments on commit 2977bb7

Please sign in to comment.