Skip to content

Commit

Permalink
modify triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Svastits committed Jan 31, 2024
1 parent 5426a4a commit d327590
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci_debian.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI

on: [pull_request]
on:
push:
branches:
- master
pull_request:


jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci_fedora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

on: [pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci_rhel.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci_ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

on: [pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
build:
Expand Down

0 comments on commit d327590

Please sign in to comment.