Skip to content

Commit

Permalink
Changed the triggers to cause runs
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Dec 17, 2023
1 parent 6ac064e commit 23e6c18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: CI

on:
pull_request:
types: [opened, synchronize]
branches: [master]
workflow_call:
# pull_request:
# types: [opened, synchronize]
# branches: [master]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bump the version on merge
on:
pull_request:
types: [closed]
# types: [closed]
branches: [master]

jobs:
Expand Down

0 comments on commit 23e6c18

Please sign in to comment.