Skip to content

only run CI on push to main, not on push to branch #5

only run CI on push to main, not on push to branch

only run CI on push to main, not on push to branch #5

Workflow file for this run

name: Cargo Build & Test
on:
push:
- main
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
catlog_build_and_test:
name: Catlog Build and Test
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
- beta
- nightly
steps:
- uses: actions/checkout@v4
- run: bash scripts/ci.sh