Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarow authored Sep 21, 2023
1 parent bfc10bc commit a79574a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: "Publish website with slides to GH Pages"
on:
push:
branches: ["main"]
workflow_run:
workflows: ["Tests"]
branches: ["main"]
types: ["completed"]
workflow_dispatch:


Expand All @@ -26,7 +22,6 @@ concurrency:
jobs:
build:
runs-on: "ubuntu-latest"
if: "${{ github.event.workflow_run.conclusion == 'success' }}"
permissions:
contents: "write"
steps:
Expand Down

0 comments on commit a79574a

Please sign in to comment.