This commit is contained in:
rasmus-kirk
2024-12-04 18:19:39 +01:00
parent 5dad51d4d4
commit 7d1dd5e07e
-4
View File
@@ -4,10 +4,6 @@ on:
# Triggers the workflow on push or pull request events but only for the main branch # Triggers the workflow on push or pull request events but only for the main branch
push: push:
branches: [main, release**] branches: [main, release**]
pull_request:
branches: [main, release**]
# Don't run on draft PR's, see: https://github.com/orgs/community/discussions/25722#discussioncomment-3248917
types: [opened, synchronize, reopened, ready_for_review]
# Allows us to run the workflow manually from the Actions tab # Allows us to run the workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch: