Skip to content

Commit

Permalink
removed running build and deploy workflow automatically on pushes to …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
jpswinski committed Sep 29, 2023
1 parent 9904371 commit b472bd2
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Build and Deploy

on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]

jobs:
build:
Expand All @@ -17,14 +17,6 @@ jobs:
contents: read

steps:
# - name: Install Dependencies
# run: |
# sudo apt-get update -y
# sudo apt-get install -y curl unzip
# curl -O https://awscli.amazonaws.com/awscli-exe-linux-$(arch).zip
# unzip ./awscli-exe-linux-$(arch).zip
# sudo ./aws/install

- name: Checkout SlideRule Repository
uses: actions/checkout@v3

Expand Down

0 comments on commit b472bd2

Please sign in to comment.