Skip to content

Commit fd70f09

Browse files
committed
add simple test action
1 parent 424d4c0 commit fd70f09

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: GitHub Actions Demo
2+
3+
on:
4+
push:
5+
branches: [ 'master', 'main', 'testactions', 'release/**' ]
6+
pull_request:
7+
branches: [ '*' ]
8+
9+
jobs:
10+
testjob:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- run: echo "Hello World"

0 commit comments

Comments
 (0)