Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jolevesq authored Sep 17, 2024
1 parent 015e98a commit 21374e8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: Build artifacts and push to gh-pages

on:
pull_request_target:
types: [opened, synchronize, closed, ready_for_review]
push:
branches:
- develop
# pull_request_target:
# types: [closed]
# branches:
# - develop
workflow_dispatch:

- "develop"

jobs:
# Build the website and create artifacts
build_and_create_artifact:
Expand Down

0 comments on commit 21374e8

Please sign in to comment.