]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[GHA] Disable repo name check. 2534/head
authors3rj1k <evasive.gyron@gmail.com>
Mon, 22 Jul 2024 14:39:05 +0000 (16:39 +0200)
committers3rj1k <evasive.gyron@gmail.com>
Mon, 22 Jul 2024 14:43:26 +0000 (16:43 +0200)
.github/workflows/build.yml

index 59958dfc0a5bdfff958aba2a5d5aaf5bb56151d9..2d1ddf07fc90e33af4516ef86ebc885087da98c2 100644 (file)
@@ -5,6 +5,7 @@ on:
   push:
     branches:
       - master
+      - v1.10
     paths:
       - "**"
   workflow_dispatch:
@@ -15,7 +16,7 @@ concurrency:
 jobs:
   excludes:
     name: 'Excludes'
-    if: github.event.pull_request.head.repo.full_name == github.repository
+    if: github.event.pull_request.head.repo.full_name == github.repository
     runs-on: ubuntu-latest
     outputs:
       deb: ${{ steps.deb.outputs.excludes }}
@@ -49,7 +50,7 @@ jobs:
 
   deb:
     name: 'DEB'
-    if: github.event.pull_request.head.repo.full_name == github.repository
+    if: github.event.pull_request.head.repo.full_name == github.repository
     permissions:
       id-token: write
       contents: read