Skip to content

Commit ab90c1e

Browse files
committed
feat: Change from commits to Releases
1 parent b2501dd commit ab90c1e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/site.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Site building and deploying
22
run-name: Building and deploying site...
33
on:
4-
push:
5-
branches: master
4+
"release"
65

76
jobs:
87
Building-And-Deploying-Site:
@@ -17,7 +16,7 @@ jobs:
1716
uses: actions/checkout@v4
1817
with:
1918
path: main
20-
- name: Cache Gradle packages
19+
- name: Cache cargo packages
2120
uses: actions/cache@v4
2221
with:
2322
key: ${{ runner.os }}-build-${{ env.cache-name }}

0 commit comments

Comments
 (0)