Skip to content

Commit e90cc5f

Browse files
committed
Change trigger
1 parent 95254ae commit e90cc5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ssh_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
name: 'Build and Deploy to green'
1010

1111
on:
12+
# Runs on pushes targeting the default branch
1213
push:
13-
branches:
14-
- '"master"'
14+
branches: ["master"]
1515

1616
jobs:
1717
build:

0 commit comments

Comments
 (0)