Skip to content

Commit

Permalink
add condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbanya committed Feb 28, 2024
1 parent e7ce0be commit cad2282
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: "Nix build"
name: build-nix
run-name: Nix

on:
pull_request:
push:

jobs:
tests:
name: Build Melee
runs-on: ubuntu-latest
if: github.repository == 'doldecomp/melee'
env:
REGISTRY: ghcr.io
IMAGE: doldecomp/build-melee:main
Expand Down

0 comments on commit cad2282

Please sign in to comment.