Skip to content

Commit 2a00ef4

Browse files
Merge 3702461 into 068dec3
2 parents 068dec3 + 3702461 commit 2a00ef4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/official-build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ name: security-devops-action Official Build
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- release/vNext
77

88
permissions:
99
contents: read
1010

1111
jobs:
1212
build:
13-
if: github.base_ref == 'main' && github.head_ref == 'release/vNext'
1413
runs-on: ubuntu-latest
1514

1615
permissions:
@@ -40,7 +39,6 @@ jobs:
4039
run: npm run build
4140

4241
- name: Commit compiled JavaScript
43-
if: github.actor != 'github-actions[bot]'
4442
run: |
4543
git config --global user.name 'github-actions[bot]'
4644
git config --global user.email 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)