Skip to content

Commit

Permalink
Deploy after lint&test
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Tańczyk committed May 7, 2023
1 parent ed7a261 commit 804e305
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
name: Deploy to Github pages

on:
push:
branches:
- master
workflow_run:
workflows: ["Lint and test"]
branches: [master]
types:
- completed

defaults:
run:
Expand Down

0 comments on commit 804e305

Please sign in to comment.