From d772a245c87324b7aefc9103e7148f92e9bb8643 Mon Sep 17 00:00:00 2001 From: Andrii Voznesenskyi <01174367@pw.edu.pl> Date: Sat, 20 Jan 2024 11:11:34 +0100 Subject: [PATCH] #110: workflow update --- .github/workflows/azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/azure-pipelines.yml b/.github/workflows/azure-pipelines.yml index 7276818..a7483e0 100644 --- a/.github/workflows/azure-pipelines.yml +++ b/.github/workflows/azure-pipelines.yml @@ -1,6 +1,10 @@ trigger: - pipeline +on: + push: + branches: + - '*' pool: vmImage: 'ubuntu-latest'