Skip to content

Commit

Permalink
ci(runon) develop for push and pr for main
Browse files Browse the repository at this point in the history
  • Loading branch information
p-ortega committed Aug 13, 2024
1 parent 22da427 commit 87c2467
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/tests_macos.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
name: mf6rtm continuous integration - macOS

on:
- push
- pull_request
# schedule:
# - cron: '0 8 * * *' # run at 8 AM UTC (12 am PST)
push:
branches:
# - main
- develop
# - 'release*'
pull_request:
branches: [main, develop]

jobs:
test:
Expand Down
11 changes: 9 additions & 2 deletions .github/workflows/tests_main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
name: mf6rtm continuous integration

on:
- push
- pull_request
# schedule:
# - cron: '0 8 * * *' # run at 8 AM UTC (12 am PST)
push:
branches:
# - main
- develop
# - 'release*'
pull_request:
branches: [main, develop]

jobs:
test:
Expand Down

0 comments on commit 87c2467

Please sign in to comment.