Made actions run only on pull request #2

Merged
elduko merged 2 commits from development into main 2025-10-22 22:08:49 +02:00
Showing only changes of commit 247559e772 - Show all commits

View File

@@ -1,8 +1,13 @@
name: Build Code
on:
pull_request:
branches:
- main
push:
branches:
- main
- development
jobs:
build: