Skip to content

Commit

Permalink
Merge pull request #2 from tomerzcod7/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerzcod7 authored Dec 21, 2024
2 parents e634cde + aadb613 commit 6363728
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/multi-event.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main

jobs:
hello_world:
runs-on: ubuntu-latest
steps:
- name: "Echo Basic Information"
run: |
echo "REF: $GITHUB_REF"
echo "Job ID: $GITHUB_JOB"
echo "Action: $GITHUB_ACTION"
echo "Actor: $GITHUB_ACTOR"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Github-Examples
A repo containing GitHub for programmatic examples

test

0 comments on commit 6363728

Please sign in to comment.