Skip to content

Commit

Permalink
Merge pull request #2 from sri2850/sri2850-patch-1
Browse files Browse the repository at this point in the history
Update events.yml #1
  • Loading branch information
sri2850 authored Oct 23, 2024
2 parents 8a7294e + d94b6c0 commit 2f762c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/events.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: on Events
on:
# push:
# branches: main
# branches: mai
pull_request:
types: [opened, edited]
branches: main
Expand All @@ -15,7 +15,7 @@ jobs:
- name: output event
run: |
eventJson='${{ toJSON(github.event) }}'
echo $eventJson
echo $eventJson | jq .
- name: Install Node JS
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 2f762c7

Please sign in to comment.