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