From 3e176d0d668675ae2372106ffe1efc829debad38 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Mon, 16 Oct 2023 12:29:19 -0400 Subject: [PATCH] ci: remove branch filters from push trigger (#1987) --- .github/workflows/commit.yml | 5 ----- .github/workflows/mf6.yml | 5 ----- .github/workflows/rtd.yml | 6 ------ 3 files changed, 16 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 5e5163f5ce..7765c4fd6c 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -1,11 +1,6 @@ name: FloPy continuous integration on: push: - branches: - - master - - develop - - ci-diagnose* - - notebooks pull_request: branches: - master diff --git a/.github/workflows/mf6.yml b/.github/workflows/mf6.yml index 1ed9fe26e8..b48b02f753 100644 --- a/.github/workflows/mf6.yml +++ b/.github/workflows/mf6.yml @@ -4,11 +4,6 @@ on: schedule: - cron: '0 8 * * *' # run at 8 AM UTC (12 am PST) push: - branches: - - master - - develop - - release* - - ci-diagnose* pull_request: branches: - master diff --git a/.github/workflows/rtd.yml b/.github/workflows/rtd.yml index b092e4b16e..f7e8c3be0d 100644 --- a/.github/workflows/rtd.yml +++ b/.github/workflows/rtd.yml @@ -2,12 +2,6 @@ name: FloPy documentation on: push: - branches: - - master - - develop - - release* - - ci-diagnose* - - notebooks* pull_request: branches: - master