Skip to content

Commit

Permalink
fix github action trigger on push
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ol committed Jul 29, 2024
1 parent b9f2a37 commit 7cc4280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy Browserify site to Pages

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

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

0 comments on commit 7cc4280

Please sign in to comment.