Skip to content

Commit d1039f4

Browse files
authored
Update main.yml
1 parent 16cbe23 commit d1039f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ concurrency: Testing
88
on:
99
# Triggers the workflow on push or pull request events but only for the dev branch
1010
push:
11-
branches: [ dev ]
11+
branches: [ prod ]
1212
pull_request:
13-
branches: [ dev ]
13+
branches: [ prod ]
1414
workflow_dispatch:
1515

1616
env:

0 commit comments

Comments
 (0)