Skip to content

Update go_all_static.yml #8

Update go_all_static.yml

Update go_all_static.yml #8

name: Analyze Dependency Relationships Map
on:
push:
branches: [ "*" ]
# Build semver tags as releases.
tags: [ '*.*' ]
pull_request:
branches: [ "*" ]
# Build semver tags as releases.
tags: [ '*.*' ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Analyze Dependency Relationships
run: ./analyze_dependency_map.sh
shell: bash