Skip to content

Commit 8fcc8ed

Browse files
committed
Migrate cppal-dev environment to its own repo
1 parent 07d8d34 commit 8fcc8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions-gcp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
needs: [test]
8383
name: Build and Publish Docker image
8484
runs-on: ubuntu-latest
85-
if: ( github.repository == 'boostorg/website-v2' && github.event_name == 'push' && ( github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' )) || ( github.repository == 'sdarwin/website-v2' && github.event_name == 'push' && github.ref == 'refs/heads/cppal-dev' )
85+
if: ( github.repository == 'boostorg/website-v2' && github.event_name == 'push' && ( github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' )) || ( github.repository == 'cppalliance/website-v2-qa' && github.event_name == 'push' && github.ref == 'refs/heads/cppal-dev' )
8686

8787
steps:
8888
- name: Set environment for branches

0 commit comments

Comments
 (0)