Skip to content

Commit

Permalink
BLD: Run build on merge to postfix
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Oct 21, 2021
1 parent 53b89d4 commit c9c44cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-xtgeo-cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: cibuildwheel

on:
pull_request:
branches: [master]
branches: [master, "*postfix"]

# Verify that wheel build jobs succeed
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-xtgeo-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: builds

on:
push:
branches: [master]
branches: [master, "*postfix"]

jobs:
build_pywheels:
Expand Down

0 comments on commit c9c44cd

Please sign in to comment.