Skip to content

Commit

Permalink
test-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pontussjostedt committed Nov 13, 2024
1 parent db1ac5a commit e11301b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
REGISTRY: registry.esek.se
DEFAULT_BRANCH: main
env: production
ONLY_PROD: false
ONLY_PROD: true

jobs:
# This can only contain env vars and not secrets since actions is a fussy about it
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
pull_request:
push:
branches: [main, test-ci]
branches: [main]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit e11301b

Please sign in to comment.