mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Trigger workflows on push events
This commit is contained in:
committed by
Dan Christian Bogos
parent
bfd83b51f5
commit
18a11ceef3
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -3,8 +3,8 @@ name: Build & Unit Tests
|
||||
permissions: {}
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches: [master]
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
workflow_dispatch:
|
||||
|
||||
4
.github/workflows/integration_tests.yaml
vendored
4
.github/workflows/integration_tests.yaml
vendored
@@ -1,8 +1,8 @@
|
||||
name: Integration Tests
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches: [master]
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user