Skip to content

Commit

Permalink
Merge pull request #3 from aws-greengrass/feature
Browse files Browse the repository at this point in the history
fix: Renamed the workflow directory and minor fixes in workflow
  • Loading branch information
pallavi03 authored Nov 2, 2021
2 parents 3f34a43 + 613eae6 commit 2fc3ef8
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

name: Archive
on:
# Triggers the workflow on push or pull request events but only for the main branch
# Triggers the workflow on push events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -18,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- name: Zip the templates
run: |
mkdir zip
mkdir templates
# TODO: Add commands to zip the templates
- name: Upload zipped artifacts
Expand Down

0 comments on commit 2fc3ef8

Please sign in to comment.