Skip to content

Commit

Permalink
exec only merged workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
et1975 committed Jun 3, 2024
1 parent a8951a5 commit 29e711d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/azure.aad.fs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ on:
branches:
- master
- "refs/tags/*"
pull_request:
pull_request_target:
branches:
- master
env:
BUILD_NUMBER: "${{ github.run_number }}"
jobs:
build:
runs-on: ubuntu-latest
environment:
name: build
steps:
- name: checkout
uses: actions/checkout@v4.1.0
Expand Down

0 comments on commit 29e711d

Please sign in to comment.