Merge pull request #64 from cconlon/testactions

Add simple base GitHub action
pull/60/head
András Fekete 2024-02-14 13:37:42 -05:00 committed by GitHub
commit 8bd4189e3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"