Skip to content

Commit

Permalink
Test on experimetnal branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed May 19, 2022
1 parent 44b18ad commit 1a45cd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

on:
push:
branches: [ master, development ]
branches: [ master, development, experimental ]
pull_request:
branches: [ master, development ]
branches: [ master, development, experimental ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/regenerate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Regenerate nml.py

on:
push:
branches: [ master, development ]
branches: [ master, development, experimental ]
pull_request:
branches: [ master, development ]
branches: [ master, development, experimental ]

jobs:
build:
Expand Down

0 comments on commit 1a45cd7

Please sign in to comment.