Skip to content

Commit d2aacdc

Browse files
2 parents 6900294 + b2166ad commit d2aacdc

4 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/deploy-backend.yml

Whitespace-only changes.

.github/workflows/deploy-client.yml

Whitespace-only changes.

.github/workflows/learning.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Github Actions Demo
2+
run-name: ${{ github.actor }} is testing out
3+
4+
on: [push]
5+
6+
jobs:
7+
Explore-Github-Actions:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- run: echo "running the job on push, while learning GitHub Actions"

.github/workflows/tests.yml

Whitespace-only changes.

0 commit comments

Comments
 (0)