Skip to content

Commit

Permalink
[CI] add debug branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongFuze committed Apr 25, 2024
1 parent c8dcc94 commit f542bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
- develop
# DEBUG
- graphdb/tigergraph
- feature/social-data
- feature/social-graph

jobs:
build-image:
if: (github.ref_name == 'main' || github.ref_name == 'develop' || github.ref_name == 'feature/social-data') && github.repository == 'nextdotid/relation_server'
if: (github.ref_name == 'main' || github.ref_name == 'develop' || github.ref_name == 'feature/social-graph') && github.repository == 'nextdotid/relation_server'
runs-on: ubuntu-latest
env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit f542bd0

Please sign in to comment.