Skip to content

Merge pull request #75 from RevoSucks/decompile_profiler #71

Merge pull request #75 from RevoSucks/decompile_profiler

Merge pull request #75 from RevoSucks/decompile_profiler #71

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
echo "Passed"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true