Skip to content

Commit

Permalink
CI: push and workflow_dispatch on master
Browse files Browse the repository at this point in the history
  • Loading branch information
redtide committed Dec 27, 2023
1 parent 8ebc24b commit b6af261
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Deploy site
on: [push]
on:
push: { branches: [master] }
workflow_dispatch: { branches: [master] }
jobs:
deploy:
name: Linux Ubuntu 22.04
Expand Down

0 comments on commit b6af261

Please sign in to comment.