Skip to content

Commit

Permalink
chore: trigger actions
Browse files Browse the repository at this point in the history
  • Loading branch information
skifli authored Apr 12, 2024
1 parent 46d1ad3 commit 4dd3f3f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/minifier.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: minifier

on:
pull_request:
# Runs on pushes targeting the default branch
push:
branches:
- main
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
minify:
Expand Down

0 comments on commit 4dd3f3f

Please sign in to comment.