Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vijay-arya authored Jul 30, 2023
1 parent 9c63917 commit 6a2f8e5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ name: Build
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "master" branch
# temporarily disable
deployment
# push:
# branches: ["master"]
# pull_request:
# branches: ["master"]
push:
branches: ["master"]
pull_request:
branches: ["master"]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 6a2f8e5

Please sign in to comment.