Skip to content

Commit

Permalink
on push and pull - run workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vijay2249 authored Oct 26, 2023
1 parent 83dedf8 commit 3efe353
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tutorial-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
name: tutorial

on:
workflow_dispatch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

workflow_dispatch:
env:
USER: MOM

Expand Down

0 comments on commit 3efe353

Please sign in to comment.