ci: add test workflow to check triggering
All checks were successful
Test Trigger / test (push) Successful in 0s
All checks were successful
Test Trigger / test (push) Successful in 0s
This commit is contained in:
11
.github/workflows/test.yml
vendored
Normal file
11
.github/workflows/test.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
name: Test Trigger
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: mac-runner
|
||||
steps:
|
||||
- run: echo "hello world"
|
||||
Reference in New Issue
Block a user