mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-23 13:25:40 +00:00
Update workflow
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 2m44s
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 2m44s
This commit is contained in:
parent
2abee73c1d
commit
80dee58abe
@ -1,6 +1,11 @@
|
||||
name: Build And Publish
|
||||
run-name: ${{ gitea.actor }} runs ci pipeline
|
||||
on: [ push ]
|
||||
on:
|
||||
schedule:
|
||||
- cron: '59 23 * * *'
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
jobs:
|
||||
BuildAndPublish:
|
||||
|
Loading…
Reference in New Issue
Block a user