Skip to content

Commit

Permalink
Modified workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vicato2000 committed Jan 31, 2024
1 parent 9a11cce commit 2e5c651
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/import-publications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
# Run workflow when a `.bib` file is added or updated in the `data/` folder
on:
push:
branches: ['main']
branches: ['gh-pages']
paths: ['publications.bib']

# Allows you to run this workflow manually from the Actions tab
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ env:
WC_HUGO_VERSION: '0.119.0'

on:
# Trigger the workflow every time you push to the `main` branch
# Trigger the workflow every time you push to the `gh-pages` branch
push:
branches: ["main"]
branches: ["gh-pages"]
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updater-wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
with:
feed-url: https://hugoblox.com/rss.xml
readme-section: news
branch: main
branch: gh-pages

0 comments on commit 2e5c651

Please sign in to comment.