Skip to content

Commit

Permalink
ci: Fix triggers (#1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
fox0430 authored Nov 11, 2023
1 parent 57c6e0b commit 3038f6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@
name: Build

on:
push:
paths:
- '.github/workflows/build.yaml'
- 'moe.nimble'
- 'src/**'
branches:
- develop
- master
pull_request:
paths:
- '.github/workflows/build.yaml'
Expand Down
6 changes: 6 additions & 0 deletions changelog.d/20231111_205559_GitHub_Actions_fix-triggers.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _#1919: https://github.com/fox0430/moe/pull/1919

Changed
.....

- `#1919`_ ci: Fix triggers

0 comments on commit 3038f6c

Please sign in to comment.