Skip to content

Commit

Permalink
Fix on clause
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbanya committed Feb 20, 2024
1 parent ccf131c commit 740673d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
run-name: Build Melee & publish GitHub Pages

on: workflow_call
on:
push:
paths: [ "**" ]
pull_request:

env:
IMAGE_REPO: doldecomp/melee
Expand Down

0 comments on commit 740673d

Please sign in to comment.