Skip to content

ci: don't run CI twice for my own pull requests #84

ci: don't run CI twice for my own pull requests

ci: don't run CI twice for my own pull requests #84

Workflow file for this run

name: Build and test

Check failure on line 2 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 2
on: {push: branches: [main], pull_request: {}}
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- name: Set up Ninja
uses: ashutoshvarma/[email protected]
- uses: ilammy/[email protected]
- name: CMake
run: |
cmake -GNinja .
- name: Build
run: |
ninja
- name: Test
run: |
python3 demumble_test.py