Compare commits

...

2 commits

Author SHA1 Message Date
afcdd8ed12 Merge branch 'main' into portfolio 2025-02-13 02:52:07 +01:00
4eabb7517c only run workflow on main branch
All checks were successful
Build / Deploy (push) Successful in 3m1s
2025-02-13 02:30:44 +01:00

View file

@ -1,5 +1,8 @@
name: Build
on: [push]
on:
push:
branches:
- main
jobs:
Deploy: