Skip to content

Commit

Permalink
Revert "Add workflow for gh-pages branch (#1423)" (#1425)
Browse files Browse the repository at this point in the history
This reverts commit 954eba5.

Signed-off-by: CaptainIRS <[email protected]>
  • Loading branch information
CaptainIRS authored Aug 2, 2022
1 parent 954eba5 commit 2efba52
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@ name: CI (PR)

on:
pull_request:
branches:
- "main"
- "gh-pages"
branches: [ "main" ]

jobs:
dci-lint:
uses: ./.github/workflows/dci.yml
unit-tests:
if: ${{ github.base_ref == 'main' }}
uses: ./.github/workflows/unit-tests.yml
needs: dci-lint
integration-tests:
if: ${{ github.base_ref == 'main' }}
uses: ./.github/workflows/integration-tests.yml
needs: unit-tests

0 comments on commit 2efba52

Please sign in to comment.