Skip to content

Commit

Permalink
generate documentation on push to documentation branch not master bra…
Browse files Browse the repository at this point in the history
…nch. Saves on github actions billing minutes
  • Loading branch information
Haaaaron committed Dec 11, 2024
1 parent 9afec10 commit 61da13a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate-doxygen-for-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
push:
branches:
- documentation
- master

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -56,4 +55,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2
2 changes: 1 addition & 1 deletion applications/suN_gauge_twist/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
HILA_DIR := ../..

# Number of colors
NCOL := 4
NCOL := 6

# Set default goal and arch
.DEFAULT_GOAL := suN_gauge_twist
Expand Down

0 comments on commit 61da13a

Please sign in to comment.