Skip to content

Commit a240002

Browse files
rm Jenkinsfile
1 parent 361675a commit a240002

File tree

2 files changed

+2
-180
lines changed

2 files changed

+2
-180
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: Release Pipeline
33
on:
44
push:
55
branches:
6-
- github-actions
6+
- master
77
- latest
88

99
jobs:
1010
beta-release:
1111
name: Beta Release
1212
runs-on: ubuntu-latest
13-
if: github.ref == 'refs/heads/github-actions'
13+
if: github.ref == 'refs/heads/master'
1414

1515
steps:
1616
- name: Checkout code

Jenkinsfile

Lines changed: 0 additions & 178 deletions
This file was deleted.

0 commit comments

Comments
 (0)