This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
name: Build & Push Linode Webhook
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user