Skip to content

Commit

Permalink
github: change Github Actions triggers
Browse files Browse the repository at this point in the history
Now that every commit should go through a Pull Request, Actions should
run as part of pull-request or a commit to the master branch only.
  • Loading branch information
r-bk committed Aug 10, 2024
1 parent a46f9a1 commit 6d17c1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-custom-rsdns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: ci-custom-rsdns
on:
push:
branches:
- "**-custom"
pull_request:
- "**_custom"

env:
CARGO_TERM_COLOR: always
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: ci

on:
push:
branches-ignore:
- "**-wip"
- "**-custom"
branches:
- "master"
- "**_ci"
pull_request:
schedule:
- cron: "0 1 * * 0"
Expand Down

0 comments on commit 6d17c1f

Please sign in to comment.