Skip to content

Commit

Permalink
Replace push on tags trigger by manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKremer committed Aug 27, 2024
1 parent 4e2771c commit a9c1cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: GitHub Pages

on:
workflow_dispatch: {}
push:
branches: ['main']
tags: ['*']

jobs:

Expand Down

0 comments on commit a9c1cbe

Please sign in to comment.