alpha
Login
or
Join now
tombl.dev
/
distro
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ci: deploy on main again (#70)
author
Thomas Stokes
committer
GitHub
date
7 months ago
(Nov 9, 2025, 12:37 PM UTC)
commit
a831a1ed
a831a1edfccd6096c370952a6fb96bf8f2dfb4e3
parent
989deb92
989deb926cd5270ff17f8561d17aa959954d05a9
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
ci.yml
+1
-1
.github/workflows/ci.yml
Reviewed
···
52
52
53
53
deploy:
54
54
needs: build
55
55
-
if: github.event.pull_request.head.repo.full_name == 'tombl/distro'
55
55
+
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'tombl/distro'
56
56
runs-on: ubuntu-24.04
57
57
steps:
58
58
- uses: actions/checkout@v5