sirekanian
3 anni fa
|
@@ -1,4 +1,6 @@
|
|
|
-on: push
|
|
|
|
|
|
|
+on:
|
|
|
|
|
+ push:
|
|
|
|
|
+ workflow_dispatch:
|
|
|
jobs:
|
|
jobs:
|
|
|
lint:
|
|
lint:
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
@@ -1,5 +1,7 @@
|
|
|
on:
|
|
on:
|
|
|
push:
|
|
push:
|
|
|
|
|
+ branches:
|
|
|
|
|
+ - master
|
|
|
workflow_dispatch:
|
|
workflow_dispatch:
|
|
|
schedule:
|
|
schedule:
|
|
|
- cron: '30 0 * * *'
|
|
- cron: '30 0 * * *'
|