From 51c13094551e705aa62ae5c976c7e1bdeb196c8b Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Fri, 29 Apr 2022 21:51:44 +0200 Subject: Remove tracking for exampleSite branch --- .github/workflows/cd.yml | 3 --- .github/workflows/cs.yml | 1 - 2 files changed, 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b285fc9..8945940 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -7,7 +7,6 @@ on: - "README.md" branches: - master - - exampleSite workflow_dispatch: # manual run inputs: @@ -26,8 +25,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - with: - ref: exampleSite - name: Setup hugo uses: peaceiris/actions-hugo@v2 diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml index 002bd19..8f2efdb 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -4,7 +4,6 @@ on: push: branches: - master - - exampleSite - 'feature/**' - 'release/**' - 'fix/**' -- cgit v1.2.3