Skip to content

Commit

Permalink
Merge pull request #156 from nobkd/not-master
Browse files Browse the repository at this point in the history
test: only run actions on master
  • Loading branch information
tipiirai authored Jan 12, 2024
2 parents 975ec03 + 42b7575 commit 42fb3d1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Test
on: [push, pull_request, workflow_dispatch]
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 42fb3d1

Please sign in to comment.