FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix branch in gh build and test action · plotly/Plotly.NET@af1f26e · GitHub

Commit af1f26e

Browse files
authored
Fix branch in gh build and test action
1 parent 5d9f16f commit af1f26e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/build-and-test.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build and test
22

33
on:
44
push:
5-
branches: [ developer ]
5+
branches: [ dev ]
66
pull_request:
7-
branches: [ developer ]
7+
branches: [ dev ]
88

99
jobs:
1010
build-and-test-linux:

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL