[sr-dev] git:master:4e6772d9: github/workflows: fix branch name

Victor Seva linuxmaniac at torreviejawireless.org
Thu Mar 25 00:45:42 CET 2021


Module: kamailio
Branch: master
Commit: 4e6772d9c519de997901e1451a3a5e845a508628
URL: https://github.com/kamailio/kamailio/commit/4e6772d9c519de997901e1451a3a5e845a508628

Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Committer: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: 2021-03-25T00:45:13+01:00

github/workflows: fix branch name

---

Modified: .github/workflows/main.yml

---

Diff:  https://github.com/kamailio/kamailio/commit/4e6772d9c519de997901e1451a3a5e845a508628.diff
Patch: https://github.com/kamailio/kamailio/commit/4e6772d9c519de997901e1451a3a5e845a508628.patch

---

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f4059cd155..9e11148040 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -3,10 +3,10 @@ name: build
 'on':
   push:
     branches:
-      - main
+      - master
   pull_request:
     branches:
-      - main
+      - master
   # Allows you to run this workflow manually from the Actions tab
   workflow_dispatch:
 jobs:




More information about the sr-dev mailing list