Skip to content

Commit

Permalink
end test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermann90 committed Nov 5, 2024
1 parent 1f36c4f commit 6ef711c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy Static Website

on:
workflow_dispatch: {}
workflow_dispatch:
push:
branches:
- main
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v4

- name: Manual stage
run: echo "${{ github.event_name == 'push' }}"
run: echo "${{ github.event_name }}"
# - name: Set up Terraform
# uses: hashicorp/setup-terraform@v3
# with:
Expand Down

0 comments on commit 6ef711c

Please sign in to comment.