Skip to content

Commit 676fe58

Browse files
author
Alex Westergaard
committed
Change CD workflow to run on Push@Master
1 parent f9b7837 commit 676fe58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Continuous Deployment
33
on:
44
push:
55
branches:
6-
- "*" # Should be MASTER after testing
6+
- "master"
77

88
concurrency:
99
group: ${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)