From f42bc0e187e88cdbf24b925b1dc74b37b97ab380 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Mon, 15 Aug 2022 19:44:38 +0530 Subject: [PATCH] CI: run CI on all branches except gh-pages --- .github/workflows/clippy-fmt.yml | 2 ++ .github/workflows/coverage.yml | 2 ++ .github/workflows/linux.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/clippy-fmt.yml b/.github/workflows/clippy-fmt.yml index 325e539..38fb392 100644 --- a/.github/workflows/clippy-fmt.yml +++ b/.github/workflows/clippy-fmt.yml @@ -6,6 +6,8 @@ on: push: branches: - master + - "*" + - '!gh-pages' jobs: fmt: diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 452f32f..1ac9c71 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -6,6 +6,8 @@ on: push: branches: - master + - "*" + - '!gh-pages' jobs: build_and_test: diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index cb5c8c9..d4f37e2 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -6,6 +6,8 @@ on: push: branches: - master + - "*" + - '!gh-pages' jobs: build_and_test: