Skip to content

Commit

Permalink
🧱 Update GitHub workflows triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Jul 13, 2022
1 parent a71ca07 commit afd6069
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on: # rebuild any PRs and main branch changes
branches:
- main
- 'releases/*'
paths:
- 'scan/'

jobs:
check-dist:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/vsts.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: vsts-build-test
on:
pull_request: null
pull_request:
push:
branches:
- main
- releases/*
paths:
- 'vsts/'
jobs:
build:
runs-on: '${{ matrix.os }}'
Expand Down

0 comments on commit afd6069

Please sign in to comment.