Skip to content

Commit

Permalink
ci: only run tests once on push to pr
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed May 31, 2024
1 parent 3e35aee commit d152dd1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/charmcraft-pack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Charmcraft Pack Test

on: [push, pull_request, workflow_call]
on:
push:
pull_request:
types: [opened, reopened]

jobs:
charmcraft-pack:
Expand Down

0 comments on commit d152dd1

Please # to comment.