Skip to content

Commit

Permalink
Add PR trigger! (#2152)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh authored Jul 14, 2024
1 parent 5b06e46 commit 36a7b69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@ name: Build & Release (Azure DevOps Migration Tools)

on:
push:
tags-ignore:
tags-ignore:
- 'v*-*'

pull_request:
branches:
- main
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
APP_ID: "Iv23li9aYvt0VW9x4Jhh"
PRIVATE_KEY: ${{ secrets.NKDAGILITY_BOT_CLIENTSECRET }}
Expand Down
2 changes: 2 additions & 0 deletions build/azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ trigger:
branches:
include:
- main
exclude:
- build/*
tags:
exclude:
- v*-*
Expand Down

0 comments on commit 36a7b69

Please sign in to comment.