Skip to content

Commit 86c7fb2

Browse files
committed
updated gh action branch from main to master
1 parent 4918cee commit 86c7fb2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: CI/CD Pipeline
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main", "master" ]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: [ "main", "master" ]
8+
workflow_dispatch:
89

910
jobs:
1011
test:

0 commit comments

Comments
 (0)