mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-01 01:00:23 +01:00
2
.github/workflows/assign-ids.yml
vendored
2
.github/workflows/assign-ids.yml
vendored
@@ -2,7 +2,7 @@ name: Assign IDs
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
branches: main
|
||||
|
||||
jobs:
|
||||
assign-ids:
|
||||
|
||||
2
.github/workflows/mirror-main-to-master.yml
vendored
2
.github/workflows/mirror-main-to-master.yml
vendored
@@ -4,7 +4,7 @@ name: Mirror 'main' branch to 'master'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
branches: main
|
||||
|
||||
jobs:
|
||||
publish-web:
|
||||
|
||||
2
.github/workflows/publish-web.yml
vendored
2
.github/workflows/publish-web.yml
vendored
@@ -2,7 +2,7 @@ name: Publish Web
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
branches: main
|
||||
|
||||
jobs:
|
||||
publish-web:
|
||||
|
||||
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
@@ -3,7 +3,7 @@ name: Validate
|
||||
on:
|
||||
pull_request: {}
|
||||
push:
|
||||
branches: master
|
||||
branches: main
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
||||
Reference in New Issue
Block a user