Remove branch check in ci flow.

This commit is contained in:
Jesse Brault 2025-11-08 17:13:39 -06:00
parent 4bbc95757f
commit c0a1d29477

View File

@ -5,7 +5,6 @@ on:
- 'v*'
jobs:
ci:
if: github.event.base_ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Checkout the code.