mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-06-03 07:08:15 +02:00
fixing CI not being trigger from automatic pull requests
This commit is contained in:
@@ -5,6 +5,7 @@ on:
|
||||
- cron: '0 0 * * 0' # Runs weekly
|
||||
|
||||
jobs:
|
||||
workflow_dispatch:
|
||||
update-dependencies:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
name: Linux (clang)
|
||||
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: [create-pull-request]
|
||||
pull_request:
|
||||
push:
|
||||
paths-ignore:
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
name: Linux (gcc)
|
||||
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: [create-pull-request]
|
||||
pull_request:
|
||||
push:
|
||||
paths-ignore:
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
name: macOS
|
||||
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: [create-pull-request]
|
||||
pull_request:
|
||||
push:
|
||||
paths-ignore:
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
name: Unit tests
|
||||
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: [create-pull-request]
|
||||
pull_request:
|
||||
push:
|
||||
paths-ignore:
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
name: Windows (xmake)
|
||||
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: [create-pull-request]
|
||||
pull_request:
|
||||
push:
|
||||
paths-ignore:
|
||||
|
||||
Reference in New Issue
Block a user