Compare commits

..

No commits in common. "d53058c8f6c57f5b54819a6ae0406d351ecb6684" and "4bbc95757f92330a660025bbc8e5e4e91423cf80" have entirely different histories.

View File

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