Skip to content

Commit

Permalink
More relaxed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 15, 2024
1 parent fdd7c4d commit c8a4c77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: 'Build'

on: # yamllint disable-line rule:truthy
push:
branches:
- master
tags:
- "release-*.*.*"
pull_request:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: # yamllint disable-line rule:truthy
push:
tags:
- "release-*.*.*"
workflow_dispatch: {} # Allow running this workflow manually (Actions tab)

jobs:
build:
Expand Down

0 comments on commit c8a4c77

Please sign in to comment.