Skip to content

Commit 4738798

Browse files
authored
Update main.yml
1 parent 6e15113 commit 4738798

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- '**'
7+
- '!rewrite'
78
pull_request:
89

910
jobs:
@@ -128,4 +129,4 @@ jobs:
128129
with:
129130
path: |
130131
${{ github.workspace }}/swiftly/build/.build_cache
131-
key: ${{ steps.cache-xmake-build.outputs.cache-primary-key }}
132+
key: ${{ steps.cache-xmake-build.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)