Skip to content

Commit

Permalink
fix minidumpdoc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jlareck committed Sep 23, 2023
1 parent 587d999 commit 86cab0d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/minidumpdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@ name: Update Minidump document

on:
push:
branches: [ master, dev ]
branches: [ master, dev, workflow-test ]
pull_request:
branches: [ master, dev ]
branches: [ master, dev, workflow-test ]

jobs:
build:

runs-on: ubuntu-latest

steps:
env:
JAVA_TOOL_OPTIONS: -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl


steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
Expand Down

0 comments on commit 86cab0d

Please sign in to comment.