Merge pull request #755 from TheBotlyNoob/main

Run Publish Records on push
This commit is contained in:
Akshay Nair
2021-06-06 15:10:39 +05:30
committed by GitHub
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,11 +1,14 @@
name: Publish records
on:
push:
branches: [main]
workflow_dispatch:
name: 'Publish records'
jobs:
publish:
if: github.repository == 'is-a-dev/register
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
+1 -1
View File
@@ -8,4 +8,4 @@
"record": {
"URL": "http://www.is-a.dev"
}
}
}