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

View File

@@ -1,9 +1,11 @@
name: Build Code
on:
push:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest