Skip to content

Update changelog for 0.25.1 release #7

Update changelog for 0.25.1 release

Update changelog for 0.25.1 release #7

Workflow file for this run

name: Static
on:
push:
branches: [ master, release/* ]
pull_request:
# Cancel previous run if a new one is started
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build static bpftrace
run: ./.github/include/static.sh