aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2021-09-08 21:47:06 +0200
committerGitHub <noreply@github.com>2021-09-08 21:47:06 +0200
commitb6af3b1dc98b6399e7ee500884436015ae8006f7 (patch)
tree7f9d1ce93caf02a3ae6b9041b73e52e9f8bc4c51 /.github/workflows
parent250a05af37172710a1b3d7f4dde41a7c336b50d1 (diff)
downloadfpm-b6af3b1dc98b6399e7ee500884436015ae8006f7.tar.gz
fpm-b6af3b1dc98b6399e7ee500884436015ae8006f7.zip
Default branch renaming aftermath (#565)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/docs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 635156d..2ecb418 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -15,7 +15,7 @@ jobs:
- name: Build Documentation
run: ford docs.md
- uses: JamesIves/github-pages-deploy-action@3.7.1
- if: github.event_name == 'push' && github.repository == 'fortran-lang/fpm' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master' )
+ if: github.event_name == 'push' && github.repository == 'fortran-lang/fpm' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/main' )
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages