Skip to content

Commit 3fc64f0

Browse files
committed
Updated deploy_site workflow.
1 parent 0cfeef1 commit 3fc64f0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/Deploy_site.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Deploy Site
22
permissions:
33
contents: write
44
on:
5-
pull_request:
6-
branches:
7-
- robolancer_updates
8-
#push:
9-
# branches:
10-
# - robolancer_updates
5+
# pull_request:
6+
# branches:
7+
# - robolancer_updates
8+
push:
9+
branches:
10+
- robolancer_updates
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)