Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit f9986df

Browse files
authored
Update hello.yml
1 parent 0b902fd commit f9986df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/hello.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Hello GitHub Action
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
workflow_dispatch:
48

59
jobs:
610
build:

0 commit comments

Comments
 (0)