Trigger workflows on push events

This commit is contained in:
ionutboangiu
2024-10-08 12:16:48 +03:00
committed by Dan Christian Bogos
parent bfd83b51f5
commit 18a11ceef3
2 changed files with 4 additions and 4 deletions

View File

@@ -3,8 +3,8 @@ name: Build & Unit Tests
permissions: {}
on:
# push:
# branches: [master]
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:

View File

@@ -1,8 +1,8 @@
name: Integration Tests
on:
# push:
# branches: [master]
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch: