Skip to content

Commit

Permalink
Dont run test workflow on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Feb 14, 2024
1 parent 32e1fc4 commit dd38d37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dev
name: Main

on:
push:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Test

on:
push:
branches-ignore:
- master

jobs:
publish:
Expand Down

0 comments on commit dd38d37

Please sign in to comment.