Skip to content

don't run ci on pushing tags #356

don't run ci on pushing tags

don't run ci on pushing tags #356

Workflow file for this run

name: test
on: push:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 2
branches:
- '*'
defaults:
run:
shell: sh
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
container:
image: debian:testing
steps:
- uses: actions/checkout@v4
- run: apt -y update
- run: apt -y install g++-multilib libboost-dev make nasm yasm
- run: make test
- run: make -C sample CXXFLAGS="-DXBYAK_NO_EXCEPTION"