Skip to content

Commit

Permalink
Having a PR trigger does not make sense
Browse files Browse the repository at this point in the history
  • Loading branch information
PipeItToDevNull authored Jun 23, 2024
1 parent 83a815c commit a67fbb5
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
branches:
- main

jobs:
build_and_deploy_job:
Expand All @@ -34,4 +30,4 @@ jobs:
app_location: "./src" # App source code path
api_location: "" # Api source code path - optional
output_location: "." # Built app content directory - optional
###### End of Repository/Build Configurations ######
###### End of Repository/Build Configurations ######

0 comments on commit a67fbb5

Please sign in to comment.