Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kc0bfv/autophugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl <kc0bfv@gmail.com>2022-03-07 01:43:57 +0300
committerKarl <kc0bfv@gmail.com>2022-03-07 01:43:57 +0300
commit372b2b3ca66be9c7911cc028e88f4229dda47eaf (patch)
treeaeca488b2c80c2c7c6ca15bf4d19b1086b5c9bb2
parent3d4a94519b5ef31c04dab4cc60277477b9fce0ee (diff)
Apply build workflow to main only
-rw-r--r--.github/workflows/build_github_pages.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_github_pages.yml b/.github/workflows/build_github_pages.yml
index 02b5c24..7d6ffc3 100644
--- a/.github/workflows/build_github_pages.yml
+++ b/.github/workflows/build_github_pages.yml
@@ -3,7 +3,7 @@ on:
push:
branches:
- main
- - cur_ver_release
+ #- cur_ver_release
jobs:
build-github-pages:
runs-on: ubuntu-latest