Skip to content

Commit

Permalink
Only compile assets on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Oct 14, 2024
1 parent 36bb368 commit 9372410
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/compile-assets.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Compile Assets

on: [push]
on:
push:
branches:
- main

jobs:
compile:
Expand Down

0 comments on commit 9372410

Please sign in to comment.