Skip to content

Commit

Permalink
update CI triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Jan 29, 2024
1 parent 9f93257 commit 762603b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 30 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches: [ stable, develop ]

push:
branches: [ stable, develop ]

# Allows to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches: [ stable, develop ]

push:
branches: [ stable, develop ]

workflow_dispatch:

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu-no-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches: [ stable, develop ]

push:
branches: [ stable, develop ]

workflow_dispatch:

jobs:
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/ubuntu.yml

This file was deleted.

0 comments on commit 762603b

Please sign in to comment.