Skip to content

Commit ee496da

Browse files
committed
rv
1 parent 7107dbf commit ee496da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- "master"
7-
- "sky"
87
pull_request:
98

109
jobs:
@@ -20,7 +19,7 @@ jobs:
2019
nix build github:hercules-ci/flake.parts-website#checks.x86_64-linux.linkcheck --override-input emanote .
2120
2221
website:
23-
if: github.ref == 'refs/heads/sky'
22+
if: github.ref == 'refs/heads/master'
2423
runs-on: ubuntu-latest
2524
steps:
2625
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)