We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cfeef1 commit 3fc64f0Copy full SHA for 3fc64f0
.github/workflows/Deploy_site.yml
@@ -2,12 +2,12 @@ name: Deploy Site
2
permissions:
3
contents: write
4
on:
5
- pull_request:
6
- branches:
7
- - robolancer_updates
8
- #push:
9
- # branches:
10
- # - robolancer_updates
+ # pull_request:
+ # branches:
+ # - robolancer_updates
+ push:
+ branches:
+ - robolancer_updates
11
jobs:
12
build:
13
runs-on: ubuntu-latest
0 commit comments