We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2501dd commit ab90c1eCopy full SHA for ab90c1e
1 file changed
.github/workflows/site.yml
@@ -1,8 +1,7 @@
1
name: Site building and deploying
2
run-name: Building and deploying site...
3
on:
4
- push:
5
- branches: master
+ "release"
6
7
jobs:
8
Building-And-Deploying-Site:
@@ -17,7 +16,7 @@ jobs:
17
16
uses: actions/checkout@v4
18
with:
19
path: main
20
- - name: Cache Gradle packages
+ - name: Cache cargo packages
21
uses: actions/cache@v4
22
23
key: ${{ runner.os }}-build-${{ env.cache-name }}
0 commit comments