Skip to content

Commit 53fb95a

Browse files
authored
Update main.yml
1 parent e590314 commit 53fb95a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ on:
1616
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1717
jobs:
1818
# This workflow contains a single job called "build"
19+
1920
build:
2021
# The type of runner that the job will run on
2122
runs-on: ubuntu-latest
23+
environment: Testing
2224

2325
# Steps represent a sequence of tasks that will be executed as part of the job
2426
steps:

0 commit comments

Comments
 (0)