Skip to content

Commit

Permalink
Enable build on pull
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Oct 15, 2023
1 parent dc45789 commit aa7977f
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/unix_conda_build.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: UnixCondaBuild

# Build on demand till the bugs are ironed out.
on:
workflow_dispatch:
# Build on demand. This is useful when ironing out bugs.
#on:
# workflow_dispatch:

# on:
# push:
# branches: [ "master" ]
# pull_request:
# branches: [ "master" ]
# Build on push
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

env:
# Note that this the Ubuntu version shows up twice below, because of
Expand Down

0 comments on commit aa7977f

Please sign in to comment.