Skip to content

Main workflow #367 triggered by ABBDVD on refs/heads/main #367

Main workflow #367 triggered by ABBDVD on refs/heads/main

Main workflow #367 triggered by ABBDVD on refs/heads/main #367

Workflow file for this run

name: '# Main'
run-name: 'Main workflow #${{ github.run_number }} triggered by ${{ github.actor }} on ${{ github.ref }}'
on:
push:
branches-ignore:
- dependabot/**
workflow_dispatch:
# Prevent running builds for the same branch in parallel
# New workflows will cancel existing workflows…
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# lint:
# name: Lint
# uses: ./.github/workflows/npm-lint.yml
test_maven:
name: Test Maven Build
uses: ./.github/workflows/test-maven.yml
secrets: inherit