Skip to content

Commit

Permalink
Allow workflow trigger from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jul 16, 2024
1 parent b0ded2a commit 31ebdad
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

on: push
on:
push:
branches:
- main
tags-ignore:
- "*"
pull_request:
branches:
- main
workflow_dispatch: {}

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down

0 comments on commit 31ebdad

Please sign in to comment.