Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kajanan1212 committed May 23, 2024
1 parent 42b6a7f commit 0e8906b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Example Workflow

on:
push:
branches:
- '*'

jobs:
example_job:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Print branch name
run: echo "Branch name is ${{ github.ref }}"

0 comments on commit 0e8906b

Please sign in to comment.