add simple test action

pull/177/head
Chris Conlon 2024-02-14 10:41:33 -07:00
parent 424d4c035d
commit fd70f09fce
1 changed files with 13 additions and 0 deletions

13
.github/workflows/main.yml vendored 100644
View File

@ -0,0 +1,13 @@
name: GitHub Actions Demo
on:
push:
branches: [ 'master', 'main', 'testactions', 'release/**' ]
pull_request:
branches: [ '*' ]
jobs:
testjob:
runs-on: ubuntu-latest
steps:
- run: echo "Hello World"