Skip to content

Commit

Permalink
use different workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
byCrookie committed Dec 11, 2023
1 parent 16320d2 commit 7d0cd21
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ permissions:

on:
workflow_dispatch:
push:
tags:
- 'v*'

jobs:

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test_linux_x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ permissions:
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test_osx_x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ permissions:
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test_win_x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ permissions:
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
Expand Down

0 comments on commit 7d0cd21

Please sign in to comment.