diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60f4eda..371c69d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,12 @@ -name: ubuntu-manual-install +name: transform-xml-to-json # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: push: branches: [ main ] + pull_request: + branches: [ main ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: