mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-30 05:29:47 +00:00
Remove workflow events that used the wrong syntax. Fall back to the default: opened, synchronize, and reopened
This commit is contained in:
parent
063e8ed32b
commit
d1a080b7d0
5
.github/workflows/cpp.yml
vendored
5
.github/workflows/cpp.yml
vendored
@ -11,11 +11,6 @@ on:
|
||||
- 'cpp/**'
|
||||
- 'python/**'
|
||||
- '.github/workflows/cpp.yml'
|
||||
types:
|
||||
- assigned
|
||||
- opened
|
||||
- synchronize
|
||||
- reopened
|
||||
|
||||
env:
|
||||
APT_PACKAGES: libspdlog-dev libpcap-dev libevdev2 libev-dev protobuf-compiler libgtest-dev libgmock-dev
|
||||
|
5
.github/workflows/web.yml
vendored
5
.github/workflows/web.yml
vendored
@ -12,11 +12,6 @@ on:
|
||||
- 'python/common/**'
|
||||
- '.github/workflows/web.yml'
|
||||
- 'easyinstall.sh'
|
||||
types:
|
||||
- assigned
|
||||
- opened
|
||||
- synchronize
|
||||
- reopened
|
||||
|
||||
jobs:
|
||||
backend_checks:
|
||||
|
Loading…
Reference in New Issue
Block a user