We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d20ba3 commit 004df44Copy full SHA for 004df44
.github/workflows/docker.yaml
@@ -15,7 +15,7 @@ on:
15
workflow_dispatch:
16
17
env:
18
- PUSH: ${{ (github.event_name != 'pull_request') && (github.repository == 'Robotic-Decision-Making-Lab/blue') }}
+ PUSH: ${{ (github.event_name != 'pull_request') && (github.repository == 'apl-ocean-engineering/blue') }}
19
20
jobs:
21
ci:
0 commit comments