Skip to content

Bump semver from 5.7.1 to 5.7.2 #7

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #7

Workflow file for this run

name: Dump Context
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
id: github_context_step
run: echo '${{ toJSON(github) }}'