Skip to content

Commit

Permalink
Update events.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sri2850 authored Oct 23, 2024
1 parent 04810c4 commit 8a7294e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/events.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
name: on Events
on: push
on:
# push:
# branches: main
pull_request:
types: [opened, edited]
branches: main
workflow_dispatch:
jobs:
Deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: output event
run: |
eventJson='${{ toJSON(github.event) }}'
echo $eventJson
- name: Install Node JS
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 8a7294e

Please sign in to comment.