Skip to content

Commit

Permalink
ci: remove branch filters from push trigger (#1987)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Oct 16, 2023
1 parent 04da63a commit 3e176d0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/commit.yml
@@ -1,11 +1,6 @@
name: FloPy continuous integration
on:
push:
branches:
- master
- develop
- ci-diagnose*
- notebooks
pull_request:
branches:
- master
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/mf6.yml
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/rtd.yml
Expand Up @@ -2,12 +2,6 @@ name: FloPy documentation

on:
push:
branches:
- master
- develop
- release*
- ci-diagnose*
- notebooks*
pull_request:
branches:
- master
Expand Down

0 comments on commit 3e176d0

Please sign in to comment.