This is to try to stop the infinite actions loop
This commit is contained in:
parent
b4e94f7af1
commit
b4792c0051
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,8 @@ name: Build Resume
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
tags-ignore:
|
||||||
|
- "*"
|
||||||
paths:
|
paths:
|
||||||
- "resume.md"
|
- "resume.md"
|
||||||
- "resume-css-stylesheet.css"
|
- "resume-css-stylesheet.css"
|
||||||
|
@ -33,6 +35,6 @@ jobs:
|
||||||
direction: upload
|
direction: upload
|
||||||
url: https://gitfor.ge
|
url: https://gitfor.ge
|
||||||
repo: musselman/resume
|
repo: musselman/resume
|
||||||
token: ${{ secrets.FORGEJO_SECRET }}
|
token: ${{ secrets.GITEA_TOKEN }}
|
||||||
release-dir: .
|
release-dir: .
|
||||||
override: true
|
override: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue