Skip to content

Commit

Permalink
Update Actions to run on push event to specific path (#3)
Browse files Browse the repository at this point in the history
* added readme for notes

* added IaC and slight readme update

* edited name of job

* edited templates to trigger job

* updated actions to run on path changes after push event
  • Loading branch information
ahmedk2 authored Dec 18, 2023
1 parent 8cac861 commit adffdcc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/aws-iac-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
paths:
- 'aws_iac_templates/**'

jobs:
deploy:
Deploy-Iac-To-AWS:
runs-on: ubuntu-latest
steps:
- name: Checkout GitHub repo
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/aws-s3-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches:
- main

paths:
- 'build/**'
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
File renamed without changes.

0 comments on commit adffdcc

Please sign in to comment.