Skip to content

Commit

Permalink
ci: remove branch filters from push trigger (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Oct 16, 2023
1 parent 0d26d3a commit 8d399c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: MODFLOW 6 continuous integration
on:
push:
branches:
- master
- develop
- ci-diagnose*
paths-ignore:
- '**.md'
- '**.pdf'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: MODFLOW 6 documentation
on:
push:
branches:
- master
- develop
- ci-diagnose*
paths-ignore:
- '.github/workflows/release.yml'
pull_request:
Expand Down

0 comments on commit 8d399c6

Please sign in to comment.