Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
apudovkin-ms committed Aug 23, 2024
1 parent 2a2e14e commit f4c98ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,21 @@
# Add steps that test, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/go

# This pipeline is mostly for having a CodeQL scanning. We have similar one based in GitHub. Here is the link: https://github.com/microsoft/azure-devops-go-api/blob/master/.github/workflows/go.yml

trigger:
- master
- dev

schedules:
- cron: "0 2 15 * *" # Runs at 2 AM UTC on the 15th of every month
displayName: "Monthly Run"
branches:
include:
- master
- dev
always: true # Run the pipeline even if there are no code changes

pool:
vmImage: 'ubuntu-latest'

Expand Down

0 comments on commit f4c98ff

Please sign in to comment.