Skip to content

Commit

Permalink
Improve GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yorevs committed Aug 21, 2024
1 parent b6ed500 commit 06fe09c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ on:
type: boolean
push:
branches:
- '**'
- 'master'
paths:
- 'bin/**'
- 'dotfiles/**'
- 'tests/**'
- '*.bash'
- '**/*.bash'
fork:
branches:
- '**'
Expand All @@ -32,7 +32,7 @@ on:
- 'bin/**'
- 'dotfiles/**'
- 'tests/**'
- '*.bash'
- '**/*.bash'

permissions:
contents: write
Expand Down

0 comments on commit 06fe09c

Please sign in to comment.