Skip to content

Commit

Permalink
Only run test workflow on pushes to develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
brianschubert committed Dec 29, 2023
1 parent 950daad commit be2f1ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Tests

on: [ push ]
on:
push:
branches: [ develop ]

jobs:
download_archives:
Expand Down

0 comments on commit be2f1ff

Please sign in to comment.