mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Github Action deployment logic recognizes 'boostorg/website-v2'
This commit is contained in:
2
.github/workflows/actions-gcp.yaml
vendored
2
.github/workflows/actions-gcp.yaml
vendored
@@ -81,7 +81,7 @@ jobs:
|
||||
needs: [test]
|
||||
name: Build and Publish Docker image
|
||||
runs-on: ubuntu-latest
|
||||
if: ( github.repository == 'cppalliance/temp-site' && github.event_name == 'push' && ( github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' )) || ( github.repository == 'sdarwin/temp-site' && github.event_name == 'push' && github.ref == 'refs/heads/cppal-dev' )
|
||||
if: ( github.repository == 'boostorg/website-v2' && github.event_name == 'push' && ( github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' )) || ( github.repository == 'sdarwin/temp-site' && github.event_name == 'push' && github.ref == 'refs/heads/cppal-dev' )
|
||||
|
||||
steps:
|
||||
- name: Set environment for branches
|
||||
|
||||
Reference in New Issue
Block a user