Compare commits

...

2 Commits

Author SHA1 Message Date
Jesse Brault
d53058c8f6 Change ci flow to run on all pushes to main.
Some checks failed
Jb-ssg-site CI Pipeline / ci (push) Failing after 1m8s
2025-11-08 17:14:31 -06:00
Jesse Brault
c0a1d29477 Remove branch check in ci flow. 2025-11-08 17:13:39 -06:00

View File

@ -1,11 +1,10 @@
name: Jb-ssg-site CI Pipeline
on:
push:
tags:
- 'v*'
branches:
- main
jobs:
ci:
if: github.event.base_ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Checkout the code.