Thank you GitHub

Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
This commit is contained in:
Isaac Marovitz 2025-03-02 18:29:15 +00:00
parent 7515acb027
commit 319326e095
No known key found for this signature in database
GPG key ID: 97250B2B09A132E1
3 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,8 @@
name: Build Project (Flatpak) name: Build Project (Flatpak)
on: on:
pull_request: pull_request_target:
types: [ opened, synchronize ]
push: push:
workflow_dispatch: workflow_dispatch:

View file

@ -1,7 +1,8 @@
name: Build Project (Linux) name: Build Project (Linux)
on: on:
pull_request: pull_request_target:
types: [ opened, synchronize ]
push: push:
workflow_dispatch: workflow_dispatch:

View file

@ -1,7 +1,8 @@
name: Build Project (Windows) name: Build Project (Windows)
on: on:
pull_request: pull_request_target:
types: [ opened, synchronize ]
push: push:
workflow_dispatch: workflow_dispatch: